Skip to content

Commit 394cd75

Browse files
committed
Add missing Checkbox to exports
1 parent facb5e9 commit 394cd75

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/index.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ import "./style/index.scss";
2727
import Badge from "./Badge";
2828
import Box from "./Box";
2929
import Button from "./Button";
30+
import Checkbox from "./Checkbox";
3031
import Dialog from "./Dialog";
3132
import Errors from "./Errors";
3233
import Icon from "./Icon";
@@ -48,6 +49,7 @@ export {
4849
Badge,
4950
Box,
5051
Button,
52+
Checkbox,
5153
Dialog,
5254
Errors,
5355
Frame,
@@ -65,7 +67,7 @@ export {
6567
Tabs,
6668
TagEditor,
6769
ThemeToggle,
68-
Tooltip
70+
Tooltip,
6971
};
7072

7173
export {

0 commit comments

Comments
 (0)