2016-06-11 16:37:03 +09:00
|
|
|
// import React from 'react';
|
|
|
|
// import Router from './router.js'
|
|
|
|
// import {mount} from 'react-mounter';
|
2016-04-13 09:50:12 +09:00
|
|
|
|
2016-06-11 16:37:03 +09:00
|
|
|
// import Cheatsheet from './components/Cheatsheet.jsx';
|
|
|
|
// import Settings from './components/Settings.jsx';
|
|
|
|
// import Emails from './components/Emails.jsx';
|
2016-04-13 09:50:12 +09:00
|
|
|
|
2016-06-11 16:37:03 +09:00
|
|
|
// Router.route('/cheatsheet', {
|
|
|
|
// name: 'cheatsheet',
|
|
|
|
// action() {
|
|
|
|
// mount(Telescope.components.App, {content: <Cheatsheet/>});
|
|
|
|
// }
|
|
|
|
// });
|
2016-04-13 09:50:12 +09:00
|
|
|
|
2016-06-11 16:37:03 +09:00
|
|
|
// Router.route('/settings', {
|
|
|
|
// name: 'settings',
|
|
|
|
// action() {
|
|
|
|
// mount(Telescope.components.App, {content: <Settings/>});
|
|
|
|
// }
|
|
|
|
// });
|
2016-04-13 09:50:12 +09:00
|
|
|
|
2016-06-11 16:37:03 +09:00
|
|
|
// Router.route('/emails', {
|
|
|
|
// name: 'emails',
|
|
|
|
// action() {
|
|
|
|
// mount(Telescope.components.App, {content: <Emails/>});
|
|
|
|
// }
|
|
|
|
// });
|