diff --git a/src/routes/(app)/+layout.svelte b/src/routes/(app)/+layout.svelte index 834dccd..2039b18 100644 --- a/src/routes/(app)/+layout.svelte +++ b/src/routes/(app)/+layout.svelte @@ -3,9 +3,11 @@ import { PUBLIC_MIX_TOKEN } from '$env/static/public' import '$lib/app.css' import '@fontsource/jost' + import { navigating } from '$app/stores' + import Loader from '$lib/elements/Loader.svelte' + import mixpanel from 'mixpanel-browser' //Import Mixpanel SDK - import mixpanel from 'mixpanel-browser' mixpanel.init(PUBLIC_MIX_TOKEN, { debug: false, track_pageview: true, @@ -14,27 +16,36 @@
- - + + -
-

- 💻Developed by ProKawsar😎 -

-
+
+

+ 💻Developed by ProKawsar😎 +

+
+ {/if}