chore: remove unused imports
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful

This commit is contained in:
Twig 2025-08-13 21:31:24 +02:00
parent bb00f288f7
commit 8acf6a77eb
Signed by: twig
SSH key fingerprint: SHA256:nBO+OwpTkd8LYhe38PIqdxmDvkIg9Vw2EbrRZM97dkU
2 changed files with 0 additions and 3 deletions

View file

@ -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);

View file

@ -1,5 +1,3 @@
<!-- TODO -->
<template>
<ResizableSidebar
width="14rem" min-width="8rem" max-width="30rem"