diff --git a/src/lib/components/BottomSheet.svelte b/src/lib/components/BottomSheet.svelte index aca613a4..7c7f8fff 100644 --- a/src/lib/components/BottomSheet.svelte +++ b/src/lib/components/BottomSheet.svelte @@ -2,7 +2,7 @@ import { nonNullish } from "@dfinity/utils"; import { layoutBottomOffset } from "$lib/stores/layout.store"; import { onDestroy } from "svelte"; - import { BREAKPOINT_LARGE } from "../constants/constants"; + import { BREAKPOINT_LARGE } from "$lib/constants/constants"; onDestroy(() => ($layoutBottomOffset = 0)); diff --git a/src/lib/components/Island.svelte b/src/lib/components/Island.svelte index bf3cae69..6678de7d 100644 --- a/src/lib/components/Island.svelte +++ b/src/lib/components/Island.svelte @@ -1,7 +1,7 @@