-
-
-
\ No newline at end of file
diff --git a/GUI/src/components/game/Field.vue b/GUI/src/components/game/Field.vue
new file mode 100644
index 0000000..df6ac14
--- /dev/null
+++ b/GUI/src/components/game/Field.vue
@@ -0,0 +1,86 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GUI/src/main.ts b/GUI/src/main.ts
index 9ce37d5..934aca6 100644
--- a/GUI/src/main.ts
+++ b/GUI/src/main.ts
@@ -1,6 +1,6 @@
import { createApp } from 'vue'
import App from './Layout.vue'
-import router from './router'
+import router from './utils'
// Vuetify
import 'vuetify/styles'
import { createVuetify } from 'vuetify'
diff --git a/GUI/src/routes/LocalMode.vue b/GUI/src/routes/LocalMode.vue
index 5062910..a34dc1f 100644
--- a/GUI/src/routes/LocalMode.vue
+++ b/GUI/src/routes/LocalMode.vue
@@ -1,20 +1,25 @@
-
+
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/GUI/src/Interfaces/.gitkeep b/GUI/src/scripts/classes/.gitkeep
similarity index 100%
rename from GUI/src/Interfaces/.gitkeep
rename to GUI/src/scripts/classes/.gitkeep
diff --git a/GUI/src/scripts/interfaces/.gitkeep b/GUI/src/scripts/interfaces/.gitkeep
new file mode 100644
index 0000000..e69de29
diff --git a/GUI/src/router/index.ts b/GUI/src/utils/index.ts
similarity index 100%
rename from GUI/src/router/index.ts
rename to GUI/src/utils/index.ts