+12
@@ -0,0 +1,12 @@
|
||||
<script setup lang="ts">
|
||||
import Navbar from "./components/layout/Navbar.vue";
|
||||
import Footer from "./components/layout/Footer.vue";
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div>
|
||||
<Navbar />
|
||||
<NuxtPage />
|
||||
<Footer />
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user