Skip to content

Commit

Permalink
chore: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker committed Feb 2, 2025
1 parent 056b1f0 commit 2fe68ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import Busy from '$lib/components/ui/Busy.svelte';
import { initSatellite } from '@junobuild/core';
import { CONTAINER, SATELLITE_ID } from '$lib/constants/constants';
import Toasts from "$lib/components/ui/Toasts.svelte";
import Toasts from '$lib/components/ui/Toasts.svelte';
onMount(async () => {
await initSatellite({
Expand Down

0 comments on commit 2fe68ef

Please sign in to comment.