We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eac6589 commit 08348a1Copy full SHA for 08348a1
1 file changed
packages/layerchart/src/routes/docs/+layout.svelte
@@ -14,8 +14,6 @@
14
mdiGithub,
15
mdiLink,
16
} from '@mdi/js';
17
- // @ts-expect-error
18
- import IconAlignLeft from '~icons/lucide/align-left';
19
20
import {
21
ApiDocs,
@@ -42,7 +40,9 @@
42
40
import { page } from '$app/state';
43
41
import { shared } from './shared.svelte.js';
44
45
- // @ts-ignore
+ // @ts-expect-error
+ import IconAlignLeft from '~icons/lucide/align-left';
46
import IconSettings from '~icons/lucide/settings';
47
48
const { children } = $props();
0 commit comments