From 32dd7ab95d454e855ce00a2cf62707e3b6633f17 Mon Sep 17 00:00:00 2001
From: tedison <76473430+edisontim@users.noreply.github.com>
Date: Wed, 11 Dec 2024 14:34:09 -0500
Subject: [PATCH] loading page loading itmes (#2436)
---
client/src/ui/modules/LoadingScreen.tsx | 1 +
landing/src/main.tsx | 1 +
2 files changed, 2 insertions(+)
diff --git a/client/src/ui/modules/LoadingScreen.tsx b/client/src/ui/modules/LoadingScreen.tsx
index 04fb67342..aea959348 100644
--- a/client/src/ui/modules/LoadingScreen.tsx
+++ b/client/src/ui/modules/LoadingScreen.tsx
@@ -47,6 +47,7 @@ export const LoadingScreen = ({ backgroundImage }: { backgroundImage: string })