Skip to content

Commit

Permalink
update doc import
Browse files Browse the repository at this point in the history
  • Loading branch information
huntabyte committed Aug 17, 2023
1 parent 4122d21 commit e74c38f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/render-delegation.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Let's create a custom `<Button />` component that could be used with this patter

```svelte
<script lang="ts">
import { builderActions, builderAttrs, type Builder } from "@huntabyte/bits";
import { builderActions, builderAttrs, type Builder } from "bits-ui";
export let builders: Builder[] = [];
</script>
Expand Down

0 comments on commit e74c38f

Please sign in to comment.