diff --git a/new-frontend/src/App.vue b/new-frontend/src/App.vue
index 7e5953d..c7ab2ff 100644
--- a/new-frontend/src/App.vue
+++ b/new-frontend/src/App.vue
@@ -3,7 +3,6 @@ import { ref } from 'vue';
import XmlTool from './components/XmlTool.vue'
const activeToolBox = ref('')
-const tools = ref('')
@@ -14,9 +13,13 @@ const tools = ref('')
+
+
+