+ [navbar] Added style and cogs images for [index page]
This commit is contained in:
23
client/src/pages/spells-page.vue
Normal file
23
client/src/pages/spells-page.vue
Normal 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>
|
||||
Reference in New Issue
Block a user