diff --git a/new-frontend/src/App.vue b/new-frontend/src/App.vue
index 73c3cbe..d9dd349 100644
--- a/new-frontend/src/App.vue
+++ b/new-frontend/src/App.vue
@@ -1,7 +1,6 @@
 
diff --git a/new-frontend/src/components/LandingComponent.vue b/new-frontend/src/components/LandingComponent.vue
index 8d6ca36..b3c0bde 100644
--- a/new-frontend/src/components/LandingComponent.vue
+++ b/new-frontend/src/components/LandingComponent.vue
@@ -1,6 +1,5 @@
 
 
 
diff --git a/new-frontend/src/components/RestMockComponent.vue b/new-frontend/src/components/RestMockComponent.vue
index 6e41629..25212f2 100644
--- a/new-frontend/src/components/RestMockComponent.vue
+++ b/new-frontend/src/components/RestMockComponent.vue
@@ -1,5 +1,4 @@
 
diff --git a/new-frontend/src/router/index.ts b/new-frontend/src/router/index.ts
index 8676e13..323644f 100644
--- a/new-frontend/src/router/index.ts
+++ b/new-frontend/src/router/index.ts
@@ -1,9 +1,9 @@
 import { createRouter, createWebHistory } from 'vue-router'
 
-const landingPage = import("@/views/LandingView.vue")
-const xmlTool = import("@/views/XmlToolView.vue")
-const restMock = import("@/views/RestMockView.vue")
-const formatter = import("@/views/FormatterView.vue")
+const landingPage = import("@views/LandingView.vue")
+const xmlTool = import("@views/XmlToolView.vue")
+const restMock = import("@views/RestMockView.vue")
+const formatter = import("@views/FormatterView.vue")
 
 const routes = [
   {
diff --git a/new-frontend/src/shims-vue.d.ts b/new-frontend/src/shims-vue.d.ts
new file mode 100644
index 0000000..cd04b72
--- /dev/null
+++ b/new-frontend/src/shims-vue.d.ts
@@ -0,0 +1 @@
+declare module '*.vue';
\ No newline at end of file
diff --git a/new-frontend/src/views/FormatterView.vue b/new-frontend/src/views/FormatterView.vue
index dd61bce..4e18d79 100644
--- a/new-frontend/src/views/FormatterView.vue
+++ b/new-frontend/src/views/FormatterView.vue
@@ -1,5 +1,5 @@