Removed unused import in app.vue

This commit is contained in:
2023-06-15 15:32:57 +02:00
parent 59968447a2
commit 5e8870067e

View File

@@ -1,5 +1,4 @@
<script setup lang="ts">
import { onMounted, ref } from 'vue';
import { RouterView } from 'vue-router';
import SidebarComponent from '@components/sidebar/SidebarComponent.vue';