Adjustments

This commit is contained in:
2023-06-15 15:39:48 +02:00
parent 5e8870067e
commit 21402f8490
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
<script setup lang="ts">
import { ref , onMounted, watch, onUpdated } from 'vue'
import { ref , onMounted} from 'vue'
import SidebarToolLinkComponent from './SidebarToolLinkComponent.vue';
import SidebarMenuElementComponent from './SidebarMenuElementComponent.vue';
import logoDark from '@assets/logo_biale.svg';