+ [navbar] Added style and cogs images for [index page]

This commit is contained in:
Alexis
2020-04-09 21:01:05 +02:00
parent 64f5e109dd
commit 412402404b
16 changed files with 159 additions and 44 deletions

View File

@@ -2,8 +2,9 @@
// Pages
import index from "./pages/index";
import spells from "./pages/spells";
import index from "./pages/index-page";
import spells from "./pages/spells-page";
import world from "./pages/world-page";
// Routes
const routes = [
@@ -15,6 +16,9 @@ const routes = [
},
{
path: '/spells', component: spells,
},
{
path: '/world', component: world,
}
];