first commit
This commit is contained in:
+14
@@ -0,0 +1,14 @@
|
||||
<template>
|
||||
<div class="min-h-screen">
|
||||
<Navbar />
|
||||
<main>
|
||||
<RouterView />
|
||||
</main>
|
||||
<Footer />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import Navbar from "./components/Navbar.vue"
|
||||
import Footer from "./components/Footer.vue"
|
||||
</script>
|
||||
Reference in New Issue
Block a user