Skip to content

Commit

Permalink
docs: import path in aspect-ratio component (#623)
Browse files Browse the repository at this point in the history
  • Loading branch information
moreorover authored Jan 8, 2024
1 parent 01542bc commit a565f35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/www/src/content/components/aspect-ratio.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ npm install bits-ui

```svelte
<script lang="ts">
import { AspectRatio } from "lib/components/ui/aspect-ratio";
import { AspectRatio } from "$lib/components/ui/aspect-ratio";
</script>
<div class="w-[450px]">
Expand Down

1 comment on commit a565f35

@vercel
Copy link

@vercel vercel bot commented on a565f35 Jan 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.