NoSys
This commit is contained in:
17
src/views/FAQ.vue
Normal file
17
src/views/FAQ.vue
Normal 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>
|
||||
Reference in New Issue
Block a user