From d21d150e27d112b572f49d1d1c15d37f530f679c Mon Sep 17 00:00:00 2001 From: Nightly Date: Wed, 14 Dec 2022 20:14:59 +0100 Subject: [PATCH 1/3] Change some code --- radioradiofrontend/public/vite.svg | 1 - radioradiofrontend/src/app.tsx | 4 +--- radioradiofrontend/src/assets/preact.svg | 1 - 3 files changed, 1 insertion(+), 5 deletions(-) delete mode 100644 radioradiofrontend/public/vite.svg delete mode 100644 radioradiofrontend/src/assets/preact.svg diff --git a/radioradiofrontend/public/vite.svg b/radioradiofrontend/public/vite.svg deleted file mode 100644 index e7b8dfb..0000000 --- a/radioradiofrontend/public/vite.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/radioradiofrontend/src/app.tsx b/radioradiofrontend/src/app.tsx index f314303..1532297 100644 --- a/radioradiofrontend/src/app.tsx +++ b/radioradiofrontend/src/app.tsx @@ -8,9 +8,7 @@ export function App() { return ( <>
-
- -
+
) diff --git a/radioradiofrontend/src/assets/preact.svg b/radioradiofrontend/src/assets/preact.svg deleted file mode 100644 index 908f17d..0000000 --- a/radioradiofrontend/src/assets/preact.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file From 74e6f2190b1c357a604c65eeb8eadad84dc59467 Mon Sep 17 00:00:00 2001 From: Nightly Date: Wed, 14 Dec 2022 20:16:09 +0100 Subject: [PATCH 2/3] Change gitignore --- radioradiofrontend/.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radioradiofrontend/.gitignore b/radioradiofrontend/.gitignore index a547bf3..cf7ff2f 100644 --- a/radioradiofrontend/.gitignore +++ b/radioradiofrontend/.gitignore @@ -8,7 +8,7 @@ pnpm-debug.log* lerna-debug.log* node_modules -dist +# dist dist-ssr *.local From 54d3d4a6a0b45172319e839e3bb1bf14d8dd7b2e Mon Sep 17 00:00:00 2001 From: Nightly Date: Wed, 14 Dec 2022 20:17:19 +0100 Subject: [PATCH 3/3] Remove problem --- radioradiofrontend/src/app.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radioradiofrontend/src/app.tsx b/radioradiofrontend/src/app.tsx index 1532297..933a9c4 100644 --- a/radioradiofrontend/src/app.tsx +++ b/radioradiofrontend/src/app.tsx @@ -8,7 +8,7 @@ export function App() { return ( <>
-
+
)