Skip to content

Commit

Permalink
docs: Update ScrollArea import (#574)
Browse files Browse the repository at this point in the history
* docs: fix ScrollArea import

* style: Use double quotes
  • Loading branch information
RatulMaharaj authored Jun 15, 2024
1 parent 68d7aa6 commit 6d5ff24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sites/docs/content/components/scroll-area.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ description: Consistent scroll area across platforms.

```svelte
<script lang="ts">
import { ScrollArea } from "$lib/index.js";
import { ScrollArea } from "bits-ui";
</script>
<ScrollArea.Root>
Expand Down

0 comments on commit 6d5ff24

Please sign in to comment.