- Added timeline page

This commit is contained in:
Alexis
2020-10-09 21:30:12 +02:00
parent a2d5d89487
commit b89839c8fd
3 changed files with 25 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<template>
<div class="container-fluid p-4" id="spell-container">
<h1 class="display-3 font-display mb-3">Chronologie</h1>
</div>
</template>
<script>
export default {
name: 'timeline-page',
}
</script>
<style>
</style>