diff --git a/src/App.svelte b/src/App.svelte
index ce27260..4eccb26 100644
--- a/src/App.svelte
+++ b/src/App.svelte
@@ -12,16 +12,20 @@
import LicenseDialog from '@/components/LicenseDialog.svelte';
import GoToDialog from '@/components/GoToDialog.svelte';
import FindDialog from '@/components/FindDialog.svelte';
+ import Loading from '@/components/Loading.svelte';
-{#await Notpad.init() then}
+{#await Notpad.init()}
+
+