todays work

This commit is contained in:
Saahil dutta 2025-06-22 21:35:26 -04:00
parent e1f8c339d9
commit c640f90708
Signed by: neon
GPG key ID: 8A8B64515254CFC6
3 changed files with 168 additions and 12 deletions

View file

@ -1,5 +1,9 @@
<script>
import Backdrop from "./components/Backdrop.vue";
</script>
<template>
<div>
<router-view />
<Backdrop />
<router-view />
</div>
</template>