This commit is contained in:
Lucas
2026-05-30 09:51:13 +10:00
parent 6ee42de45b
commit b8d80ab85d
73 changed files with 2706 additions and 1251 deletions

17
src/views/FAQ.vue Normal file
View File

@@ -0,0 +1,17 @@
<script setup>
import UnderConstruction from "@/components/sections/UnderConstruction.vue"
</script>
<template>
<div class="flex flex-col">
<section class="">
<div class="container mx-auto">
<UnderConstruction />
</div>
</section>
</div>
</template>