@@ -32,7 +32,7 @@ import blockly from './components/Blockly';
3232//import activityEditor from './components/ActivityEditor'
3333import settings from './components/Settings'
3434import gallery from './components/Gallery'
35- import help from './components/Help'
35+ // import help from './components/Help'
3636import credits from './components/Credits'
3737
3838// Utilities
@@ -58,7 +58,7 @@ const routes = [
5858 { path : '/program' , component : blockly , meta : { title : 'CoderBot - Blockly' } } ,
5959 { path : '/settings' , component : settings , meta : { title : 'CoderBot - Impostazioni' } } ,
6060 { path : '/gallery' , component : gallery , meta : { title : 'CoderBot - Galleria' } } ,
61- { path : '/help' , component : help , meta : { title : 'CoderBot - Aiuto' } } ,
61+ // { path: '/help', component: help, meta: {title: 'CoderBot - Aiuto'}},
6262 { path : '/credits' , component : credits , meta : { title : 'CoderBot - Crediti' } } ,
6363 //{ path: '/ar', component: arexample, meta: {title: 'CoderBot'} },
6464 //{ path: '/new', component: activityEditor, meta: {title: 'CoderBot - Nuova Attività'}},
0 commit comments