From a69cf6e5ec15a8565618d40d4c237a00ee419e68 Mon Sep 17 00:00:00 2001 From: denis0001-dev Date: Fri, 29 Aug 2025 15:01:19 +0300 Subject: [PATCH] Set up React --- frontend/index.html | 19 +++++++------------ frontend/src/main.ts | 21 --------------------- frontend/src/main.tsx | 26 ++++++++++++++++++++++++++ frontend/src/ui/App.tsx | 3 +++ frontend/tsconfig.json | 6 +++++- frontend/vite.config.ts | 27 ++------------------------- package.json | 9 +++++++-- 7 files changed, 50 insertions(+), 61 deletions(-) delete mode 100644 frontend/src/main.ts create mode 100644 frontend/src/main.tsx create mode 100644 frontend/src/ui/App.tsx diff --git a/frontend/index.html b/frontend/index.html index e8e87be..4aa24b5 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -7,18 +7,17 @@ -
+ +
-
@@ -62,8 +61,6 @@
- - - -