@@ -33,7 +33,7 @@ import blockly from './components/Blockly';
33
33
import settings from './components/Settings'
34
34
import gallery from './components/Gallery'
35
35
//import help from './components/Help'
36
- import credits from './components/Credits'
36
+ // import credits from './components/Credits'
37
37
38
38
// Utilities
39
39
import base64 from 'base-64'
@@ -59,7 +59,7 @@ const routes = [
59
59
{ path : '/settings' , component : settings , meta : { title : 'CoderBot - Impostazioni' } } ,
60
60
{ path : '/gallery' , component : gallery , meta : { title : 'CoderBot - Galleria' } } ,
61
61
//{ path: '/help', component: help, meta: {title: 'CoderBot - Aiuto'}},
62
- { path : '/credits' , component : credits , meta : { title : 'CoderBot - Crediti' } } ,
62
+ // { path: '/credits', component: credits, meta: {title: 'CoderBot - Crediti'}},
63
63
//{ path: '/ar', component: arexample, meta: {title: 'CoderBot'} },
64
64
//{ path: '/new', component: activityEditor, meta: {title: 'CoderBot - Nuova Attività'}},
65
65
] ;
0 commit comments