We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent facb5e9 commit 394cd75Copy full SHA for 394cd75
src/index.ts
@@ -27,6 +27,7 @@ import "./style/index.scss";
27
import Badge from "./Badge";
28
import Box from "./Box";
29
import Button from "./Button";
30
+import Checkbox from "./Checkbox";
31
import Dialog from "./Dialog";
32
import Errors from "./Errors";
33
import Icon from "./Icon";
@@ -48,6 +49,7 @@ export {
48
49
Badge,
50
Box,
51
Button,
52
+ Checkbox,
53
Dialog,
54
Errors,
55
Frame,
@@ -65,7 +67,7 @@ export {
65
67
Tabs,
66
68
TagEditor,
69
ThemeToggle,
- Tooltip
70
+ Tooltip,
71
};
72
73
export {
0 commit comments