mirror of
https://github.com/vale981/Vulcan
synced 2025-03-09 20:16:39 -04:00
11 lines
No EOL
465 B
JavaScript
11 lines
No EOL
465 B
JavaScript
import Cheatsheet from './components/Cheatsheet.jsx';
|
|
import Groups from './components/Groups.jsx';
|
|
import Settings from './components/Settings.jsx';
|
|
import Emails from './components/Emails.jsx';
|
|
|
|
Telescope.routes.add([
|
|
{name: "cheatsheet", path: "/cheatsheet", component: Cheatsheet},
|
|
{name: "groups", path: "/groups", component: Groups},
|
|
{name: "settings", path: "/settings", component: Settings},
|
|
{name: "emails", path: "/emails", component: Emails},
|
|
]); |