chore: remove now unused stuff
This commit is contained in:
parent
a9af11dcb8
commit
e64cc878b8
4 changed files with 3 additions and 42 deletions
1
app.vue
1
app.vue
|
@ -9,6 +9,7 @@
|
|||
<script lang="ts" setup>
|
||||
import ContextMenu from '~/components/UserInterface/ContextMenu.vue';
|
||||
import type { ContextMenuInterface } from './types/interfaces';
|
||||
import type { INavbar } from '~/types/interfaces';
|
||||
|
||||
const banner = useState("banner", () => false);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue