fix Icon import path in DisclosureRow
This commit is contained in:
parent
122b07e827
commit
644c596173
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<svelte:options runes={true} />
|
||||
|
||||
<script lang="ts">
|
||||
import Icon from './Icon.svelte'
|
||||
import Icon from '$lib/components/Icon.svelte'
|
||||
|
||||
interface Props {
|
||||
/** Primary label text */
|
||||
|
|
|
|||
Loading…
Reference in a new issue