Skip to content

Commit 370f50d

Browse files
authored
fixes (#109)
1 parent d5b9561 commit 370f50d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/routes/(inner)/examples/popovers/Example.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
useRole,
1212
useDismiss,
1313
useClick,
14-
} from '$lib/index.js';
14+
} from '@skeletonlabs/floating-ui-svelte';
1515
1616
// State
1717
let open = $state(false);

src/routes/(inner)/examples/tooltips/Example.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
useInteractions,
1212
useRole,
1313
useDismiss,
14-
} from '$lib/index.js';
14+
} from '@skeletonlabs/floating-ui-svelte';
1515
1616
// State
1717
let open = $state(false);

0 commit comments

Comments
 (0)