aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/src/components/displays
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/components/displays')
-rw-r--r--frontend/src/components/displays/LoadingDisplay.tsx17
1 files changed, 0 insertions, 17 deletions
diff --git a/frontend/src/components/displays/LoadingDisplay.tsx b/frontend/src/components/displays/LoadingDisplay.tsx
deleted file mode 100644
index ea6de54..0000000
--- a/frontend/src/components/displays/LoadingDisplay.tsx
+++ /dev/null
@@ -1,17 +0,0 @@
-
-interface LoadingDisplayProps {
- message?: string;
-}
-
-const LoadingDisplay = ({ message }: LoadingDisplayProps) => {
- return(
- <div className="min-h-screen bg-slate-950 flex items-center justify-center">
- <div className="text-center">
- <div className="w-8 h-8 border-2 border-violet-500 border-t-transparent rounded-full animate-spin mx-auto mb-4"></div>
- <p className="text-slate-300">{message || 'Loading...'}</p>
- </div>
- </div>
- )
-}
-
-export default LoadingDisplay;
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage