Add timeline

This commit is contained in:
2023-01-17 09:57:05 +01:00
parent 5a905fab1b
commit ee1205cd2b
5 changed files with 230 additions and 7 deletions
+2 -5
View File
@@ -2,17 +2,14 @@
<Navbar />
<main>
<div class="container mx-auto">
<h1 class="text-5xl font-bold">
{{ t("hello") }}
</h1>
</div>
<ExperienceTimeline />
</main>
</template>
<script setup lang="ts">
import Navbar from "@/components/navbar/Navbar.vue";
import ExperienceTimeline from "./ExperienceTimeline.vue";
import { useI18n } from "vue-i18n";
import locale from "./locale.json";