Skip to content

Commit

Permalink
feat(components): remove unused checkbox component
Browse files Browse the repository at this point in the history
Signed-off-by: Quentin Guidée <[email protected]>
  • Loading branch information
quentinguidee committed Mar 14, 2024
1 parent bc12ef2 commit 6ae8f8c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 93 deletions.
3 changes: 0 additions & 3 deletions packages/components/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { Box, BoxProps, BoxType } from "./lib/components/Box/Box";
import { Button, ButtonProps } from "./lib/components/Button/Button";
import { Card, CardProps } from "./lib/components/Card/Card";
import { Checkbox, CheckboxProps } from "./lib/components/Checkbox/Checkbox";
import { Code, CodeProps } from "./lib/components/Code/Code";
import {
Dropdown,
Expand Down Expand Up @@ -97,7 +96,6 @@ export type {
BoxType,
ButtonProps,
CardProps,
CheckboxProps,
CodeProps,
DropdownProps,
DropdownItemProps,
Expand Down Expand Up @@ -138,7 +136,6 @@ export {
Box,
Button,
Card,
Checkbox,
Code,
Dropdown,
DropdownItem,
Expand Down
30 changes: 0 additions & 30 deletions packages/components/lib/components/Checkbox/Checkbox.sass

This file was deleted.

32 changes: 0 additions & 32 deletions packages/components/lib/components/Checkbox/Checkbox.stories.tsx

This file was deleted.

28 changes: 0 additions & 28 deletions packages/components/lib/components/Checkbox/Checkbox.tsx

This file was deleted.

0 comments on commit 6ae8f8c

Please sign in to comment.