Skip to content

Commit 43dc6e7

Browse files
committed
fix: components export path
1 parent 5856722 commit 43dc6e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@
3333
"./postcss.config": "./postcss.config.mjs",
3434
"./tailwind.config": "./tailwind.config.ts",
3535
"./lib/*": "./src/lib/*.ts",
36-
"./components/*": "./src/components/p*.tsx"
36+
"./components/*": "./src/components/*.tsx"
3737
}
3838
}

0 commit comments

Comments
 (0)