From 843ff8d3f739d6ae842313ec4281819d4a92fe2d Mon Sep 17 00:00:00 2001
From: abbasf <Famboupe.Abbas@Student.Reutlingen-University.DE>
Date: Sun, 16 Mar 2025 09:29:20 +0100
Subject: [PATCH] changes to the structure

---
 .idea/delete_icon.svg                 | 1 -
 .idea/unchecked_radio_button_icon.svg | 1 -
 {.idea => src}/Controller.js          | 0
 {.idea => src}/Layout.html            | 0
 4 files changed, 2 deletions(-)
 delete mode 100644 .idea/delete_icon.svg
 delete mode 100644 .idea/unchecked_radio_button_icon.svg
 rename {.idea => src}/Controller.js (100%)
 rename {.idea => src}/Layout.html (100%)

diff --git a/.idea/delete_icon.svg b/.idea/delete_icon.svg
deleted file mode 100644
index ef53c23..0000000
--- a/.idea/delete_icon.svg
+++ /dev/null
@@ -1 +0,0 @@
-<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#1f1f1f"><path d="M280-120q-33 0-56.5-23.5T200-200v-520h-40v-80h200v-40h240v40h200v80h-40v520q0 33-23.5 56.5T680-120H280Zm400-600H280v520h400v-520ZM360-280h80v-360h-80v360Zm160 0h80v-360h-80v360ZM280-720v520-520Z"/></svg>
\ No newline at end of file
diff --git a/.idea/unchecked_radio_button_icon.svg b/.idea/unchecked_radio_button_icon.svg
deleted file mode 100644
index d21fc06..0000000
--- a/.idea/unchecked_radio_button_icon.svg
+++ /dev/null
@@ -1 +0,0 @@
-<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#1f1f1f"><path d="M382-240 154-468l57-57 171 171 367-367 57 57-424 424Z"/></svg>
\ No newline at end of file
diff --git a/.idea/Controller.js b/src/Controller.js
similarity index 100%
rename from .idea/Controller.js
rename to src/Controller.js
diff --git a/.idea/Layout.html b/src/Layout.html
similarity index 100%
rename from .idea/Layout.html
rename to src/Layout.html
-- 
GitLab