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

This reverts commit 0178f15bf1.
This commit is contained in:
Alexis
2020-12-18 11:58:16 +01:00
parent 0178f15bf1
commit de90b7d747
5 changed files with 16 additions and 328 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>