File tree Expand file tree Collapse file tree 3 files changed +5
-9
lines changed Expand file tree Collapse file tree 3 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,4 @@ create new file | newFactory={(path)=>{}}
20
20
04:43:53 <%Lil-G> i mean so when you do "delete unused tiles" it doesn't delete the tiles the other object uses
21
21
==
22
22
23
- logo
24
-
25
23
submissions->utilities
Original file line number Diff line number Diff line change @@ -7,17 +7,15 @@ import './components/import';
7
7
8
8
import Analytics from 'electron-google-analytics' ;
9
9
10
+ ( new Analytics ( 'UA-109903721-1' ) )
11
+ . pageview ( 'http://flex2.kirjava.xyz' , '/' , 'Main View' )
12
+ . then ( ( response ) => { } ) . catch ( ( err ) => { } ) ;
13
+
10
14
render (
11
15
< Layout /> ,
12
16
document . body . appendChild ( document . createElement ( 'div' ) )
13
17
) ;
14
18
15
- const analytics = new Analytics ( 'UA-109903721-1' ) ;
16
-
17
- analytics
18
- . pageview ( 'http://flex2.kirjava.xyz' , '/' , 'Main View' )
19
- . then ( ( response ) => { } ) . catch ( ( err ) => { } ) ;
20
-
21
19
document . addEventListener ( 'dragover' , ( e ) => {
22
20
e . preventDefault ( ) ;
23
21
return false ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " Flex2" ,
3
- "version" : " 0.0.2 " ,
3
+ "version" : " 0.0.3 " ,
4
4
"scripts" : {
5
5
"start" : " electron ./static --dev"
6
6
},
You can’t perform that action at this time.
0 commit comments