Reimplemented XML Tools and added styling #227

Merged
bema merged 18 commits from bema/func/styling into master 2023-06-16 14:38:55 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 21402f8490 - Show all commits

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';