File tree 3 files changed +0
-69
lines changed
3 files changed +0
-69
lines changed Original file line number Diff line number Diff line change @@ -23,9 +23,6 @@ export const render = ReactApeRenderer.render;
23
23
export const Image = 'Image' ;
24
24
export const View = 'View' ;
25
25
export const Text = 'Text' ;
26
- export const Tools = {
27
- Grid : 'CanvasGrid' ,
28
- } ;
29
26
30
27
export const StyleSheet = StyleSheetModule ;
31
28
export const Dimensions = DimensionsModule ;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 9
9
import Image from './elements/Image' ;
10
10
import Text from './elements/Text' ;
11
11
import View from './elements/View' ;
12
- import CanvasGrid from './elements/CanvasGrid' ;
13
12
import { CustomComponents } from '../modules/Register' ;
14
13
15
14
const CHILDREN = 'children' ;
@@ -36,7 +35,6 @@ const ReactApeComponent = {
36
35
...customDict ,
37
36
Image : Image ( props ) ,
38
37
Text : Text ( props ) ,
39
- CanvasGrid : CanvasGrid ( props ) ,
40
38
View : new View ( props ) ,
41
39
} ;
42
40
You can’t perform that action at this time.
0 commit comments