fix Icon import path in DisclosureRow

This commit is contained in:
Justin Edmund 2025-12-03 16:33:47 -08:00
parent 122b07e827
commit 644c596173

View file

@ -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 */