From 33d1d72d5e7f2e8e7f846bbf8651d7f128765c64 Mon Sep 17 00:00:00 2001 From: Paweł Bernaciak Date: Fri, 27 Oct 2023 16:09:31 +0200 Subject: New frontend project --- frontend/public/favicon.ico | Bin 3870 -> 0 bytes frontend/public/index.html | 43 ------------------------------------------- frontend/public/vite.svg | 1 + 3 files changed, 1 insertion(+), 43 deletions(-) delete mode 100644 frontend/public/favicon.ico delete mode 100644 frontend/public/index.html create mode 100644 frontend/public/vite.svg (limited to 'frontend/public') diff --git a/frontend/public/favicon.ico b/frontend/public/favicon.ico deleted file mode 100644 index a11777c..0000000 Binary files a/frontend/public/favicon.ico and /dev/null differ diff --git a/frontend/public/index.html b/frontend/public/index.html deleted file mode 100644 index aa069f2..0000000 --- a/frontend/public/index.html +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - - - - - - - React App - - - -
- - - diff --git a/frontend/public/vite.svg b/frontend/public/vite.svg new file mode 100644 index 0000000..e7b8dfb --- /dev/null +++ b/frontend/public/vite.svg @@ -0,0 +1 @@ + \ No newline at end of file -- cgit v1.2.3