aboutsummaryrefslogtreecommitdiff
path: root/lib/screens/InitialLoadScreen.svelte
diff options
context:
space:
mode:
Diffstat (limited to 'lib/screens/InitialLoadScreen.svelte')
-rw-r--r--lib/screens/InitialLoadScreen.svelte8
1 files changed, 2 insertions, 6 deletions
diff --git a/lib/screens/InitialLoadScreen.svelte b/lib/screens/InitialLoadScreen.svelte
index bab53a8..3800715 100644
--- a/lib/screens/InitialLoadScreen.svelte
+++ b/lib/screens/InitialLoadScreen.svelte
@@ -1,13 +1,9 @@
<script lang="ts">
import AppTitle from '@hollowdark/lib/components/AppTitle.svelte'
import ProgressBar from '@hollowdark/lib/components/ProgressBar.svelte'
- import type { LoadingProgress } from '@hollowdark/loading/progress'
+ import { loadingProgress } from '@hollowdark/loading/progress'
- interface Props {
- progress: LoadingProgress
- }
-
- let { progress }: Props = $props()
+ const progress = $derived($loadingProgress)
</script>
<section class="initial-load">