chore: remove unused imports
This commit is contained in:
parent
bb00f288f7
commit
8acf6a77eb
2 changed files with 0 additions and 3 deletions
1
app.vue
1
app.vue
|
@ -9,7 +9,6 @@
|
|||
<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);
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
<!-- TODO -->
|
||||
|
||||
<template>
|
||||
<ResizableSidebar
|
||||
width="14rem" min-width="8rem" max-width="30rem"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue