Skip to content

Commit

Permalink
🤖 Apply formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 15, 2024
1 parent 5cb21e7 commit d9a27e5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/frontend/src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
import { authStore, type AuthStoreData } from '$lib/stores/auth.store';
import '$lib/styles/global.scss';
import { i18n } from '$lib/stores/i18n.store';
import { toastsError } from '$lib/stores/toasts.store';
import { modalStore } from '$lib/stores/modal.store';
import { toastsError } from '$lib/stores/toasts.store';
/**
* Init dApp
Expand Down Expand Up @@ -91,7 +91,6 @@
window.onpopstate = function () {
modalStore.close();
};
</script>

<svelte:window on:storage={syncAuthStore} />
Expand Down

0 comments on commit d9a27e5

Please sign in to comment.