feat: bare navbar

This commit is contained in:
Saahil dutta 2025-07-08 11:22:39 -04:00
parent a1dfc9c08f
commit e230a857e6
Signed by: neon
GPG key ID: 8A8B64515254CFC6
3 changed files with 44 additions and 1 deletions

View file

@ -1,6 +1,7 @@
<script>
import Backdrop from "./components/Backdrop.vue";
import Footer from "./components/Footer.vue";
import Navbar from "./components/Navbar.vue";
</script>
<style>
body,
@ -10,6 +11,7 @@ html {
</style>
<template>
<div>
<Navbar />
<Backdrop />
<router-view />
<Footer />