- Added timeline page (will need to be redone anyways)

This commit is contained in:
Alexis
2020-12-18 11:58:16 +01:00
parent b89839c8fd
commit 0178f15bf1
5 changed files with 328 additions and 16 deletions

View File

@@ -6,14 +6,14 @@
</template>
<script>
import SpellsList from "~/components/spells/spells-list"
import SpellsList from "~/components/spells/spells-list"
export default {
name: 'spells-page',
components: {
'spell-list': SpellsList,
}
export default {
name: 'spells-page',
components: {
'spell-list': SpellsList,
}
}
</script>
<style lang="scss"></style>