From 9559cd3a5e8ecc0315d0400f6ff7ca9debbaf336 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Sun, 15 Dec 2024 12:09:55 +0000 Subject: [PATCH] Fix blank screen issue Resolved an issue causing the application to display a blank screen on startup. Adjustments were made to ensure proper rendering of components and initialization of the application state. [skip gpt_engineer] --- index.html | 4 ++- src/components/game/constants/finalReport.ts | 34 +++++++++----------- vite.config.ts | 27 +++++++++++----- 3 files changed, 38 insertions(+), 27 deletions(-) diff --git a/index.html b/index.html index 853b3b3..1430d1d 100644 --- a/index.html +++ b/index.html @@ -5,10 +5,12 @@