diff --git a/STRIPE_WEBHOOK_SETUP.md b/STRIPE_WEBHOOK_SETUP.md deleted file mode 100644 index e69de29b..00000000 diff --git a/src/lib/components/GlobalSidebar.svelte b/src/lib/components/GlobalSidebar.svelte index d830243b..f78f37c4 100644 --- a/src/lib/components/GlobalSidebar.svelte +++ b/src/lib/components/GlobalSidebar.svelte @@ -5,6 +5,9 @@ import MaterialIcon from '$lib/components/UI/icons/MaterialIcon.svelte'; import { _ } from 'svelte-i18n'; import { onMount } from 'svelte'; + import LanguageSelector from './UI/form/LanguageSelector.svelte'; + import { globalLoading, startLoading } from '$lib/stores/loadingStore'; + import ThemeToggle from './theme/ThemeToggle.svelte'; // Navigation items for the sidebar const navigationItems = [ @@ -134,7 +137,10 @@ {$_('Navigation')}