Skip to content
This repository was archived by the owner on Jul 20, 2025. It is now read-only.

Commit 14c2143

Browse files
authored
fix: release list fix (#135)
1 parent 0eefbae commit 14c2143

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/index.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ export * from "./components/Popover";
1515
export * from "./components/Card";
1616
export * from "./components/Toggle";
1717
export * from "./components/List";
18-
export * from "./components/ListLegacy";
1918
export * from "./components/Badge";
2019

2120
export * from "./widgets/form/Form";
@@ -27,5 +26,7 @@ export * from "./widgets/form/SelectField";
2726
export * from "./widgets/form/HiddenField";
2827
export * from "./widgets/form/hooks";
2928

29+
export * from "./components/ListLegacy";
30+
3031
export { ScrollLocker } from "./context/Dialog.context";
3132
export { useFormContext, useFormState, useWatch } from "react-hook-form";

0 commit comments

Comments
 (0)