Add a welcome page

This commit is contained in:
nikek
2020-03-10 18:49:57 +01:00
parent 22b4e274f4
commit 8045713c9a
17 changed files with 262 additions and 1 deletions
+1 -1
View File
@@ -4,6 +4,6 @@ import HomePage from './components/HomePage';
export default createPlugin({
id: 'home-page',
register({ router }) {
router.registerRoute('/', HomePage);
router.registerRoute('/home', HomePage);
},
});