We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e0e79e commit a0bbc44Copy full SHA for a0bbc44
packages/core/src/Button.tsx packages/core/src/button-1.tsxpackages/core/src/Button.tsx renamed to packages/core/src/button-1.tsx
packages/core/src/index.tsx
@@ -1,3 +1,3 @@
1
/** biome-ignore-all lint/performance/noBarrelFile: It's the central export of a library so it is okay. */
2
3
-export { Button, type ButtonProps } from "./button.js";
+export { Button, type ButtonProps } from "./button-1.js";
0 commit comments