Skip to content

Commit 70e739c

Browse files
authored
Update import path for NativeSelect component
1 parent 285e525 commit 70e739c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/components/native-select.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Copy and paste the component source files linked at the top of this page into yo
3939

4040
```svelte showLineNumbers
4141
<script lang="ts">
42-
import * as NativeSelect from "$lib/registry/ui/native-select/index.js";
42+
import * as NativeSelect from "$lib/components/ui/native-select/index.js";
4343
</script>
4444
4545
<NativeSelect.Root>

0 commit comments

Comments
 (0)