Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6ae8f8c

Browse files
committedMar 14, 2024··
feat(components): remove unused checkbox component
Signed-off-by: Quentin Guidée <[email protected]>
1 parent bc12ef2 commit 6ae8f8c

File tree

4 files changed

+0
-93
lines changed

4 files changed

+0
-93
lines changed
 

‎packages/components/index.ts

-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { Box, BoxProps, BoxType } from "./lib/components/Box/Box";
22
import { Button, ButtonProps } from "./lib/components/Button/Button";
33
import { Card, CardProps } from "./lib/components/Card/Card";
4-
import { Checkbox, CheckboxProps } from "./lib/components/Checkbox/Checkbox";
54
import { Code, CodeProps } from "./lib/components/Code/Code";
65
import {
76
Dropdown,
@@ -97,7 +96,6 @@ export type {
9796
BoxType,
9897
ButtonProps,
9998
CardProps,
100-
CheckboxProps,
10199
CodeProps,
102100
DropdownProps,
103101
DropdownItemProps,
@@ -138,7 +136,6 @@ export {
138136
Box,
139137
Button,
140138
Card,
141-
Checkbox,
142139
Code,
143140
Dropdown,
144141
DropdownItem,

‎packages/components/lib/components/Checkbox/Checkbox.sass

-30
This file was deleted.

‎packages/components/lib/components/Checkbox/Checkbox.stories.tsx

-32
This file was deleted.

‎packages/components/lib/components/Checkbox/Checkbox.tsx

-28
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.