aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web-shared/src/components/screens/GeneralErrorScreen.svelte
diff options
context:
space:
mode:
Diffstat (limited to 'apps/web-shared/src/components/screens/GeneralErrorScreen.svelte')
-rw-r--r--apps/web-shared/src/components/screens/GeneralErrorScreen.svelte7
1 files changed, 0 insertions, 7 deletions
diff --git a/apps/web-shared/src/components/screens/GeneralErrorScreen.svelte b/apps/web-shared/src/components/screens/GeneralErrorScreen.svelte
deleted file mode 100644
index dd4b5bd..0000000
--- a/apps/web-shared/src/components/screens/GeneralErrorScreen.svelte
+++ /dev/null
@@ -1,7 +0,0 @@
-<script>
- export let message;
- export let status;
-</script>
-
-<h1>{status}</h1>
-<p>{message}</p>