Skip to content

Commit

Permalink
fix: add paneforge to registry deps (#809)
Browse files Browse the repository at this point in the history
  • Loading branch information
huntabyte authored Feb 24, 2024
1 parent 7f220d8 commit 922ebb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/www/scripts/registry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ const DEPENDENCIES = new Map<string, string[]>([
["svelte-sonner", ["mode-watcher"]],
["vaul-svelte", []],
["embla-carousel-svelte", []],
["paneforge", []],
]);
// these are required dependencies for particular components
// where the dependencies are not specified in the import declarations of the component file
Expand Down

0 comments on commit 922ebb3

Please sign in to comment.