+ [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

@@ -0,0 +1,23 @@
<template>
<section class="spells-page">
<spell-list/>
</section>
</template>
<script>
// Components
import spellslist from "../components/spells/spells-list"
export default {
name: 'spells',
components: {
'spell-list': spellslist,
}
}
</script>
<style>
</style>