diff --git a/projekt/src/Icons.js b/anwendung/src/components/Icons.js similarity index 68% rename from projekt/src/Icons.js rename to anwendung/src/components/Icons.js index f14b84e..a3d9b12 100644 --- a/projekt/src/Icons.js +++ b/anwendung/src/components/Icons.js @@ -1,7 +1,11 @@ -export const arrowLeft = ` - -` - -export const arrowRight = ` - -` \ No newline at end of file +export const arrowLeft = ` + +` + +export const arrowRight = ` + +` + +export const test = ` + +`; \ No newline at end of file diff --git a/projekt/src/logo.svg b/projekt/src/logo.svg deleted file mode 100644 index 9dfc1c0..0000000 --- a/projekt/src/logo.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file