Skip to content

Commit

Permalink
feat: ✨ export other card related component
Browse files Browse the repository at this point in the history
  • Loading branch information
LogicalAnt committed Sep 23, 2024
1 parent 4228958 commit c3d6ae9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ export { default as Alert } from "./molecules/Alert"
export { default as Banner } from "./molecules/Banner"
export { default as Breadcrumb } from "./molecules/Breadcrumb"
export { default as Card } from "./molecules/Card"
export { CardGroup } from "./molecules/Card"
export { CardContent } from "./molecules/Card"
export { default as Dialog } from "./molecules/Dialog"
export { default as Toast } from "./molecules/Toast"
export { default as Pagination } from "./molecules/Pagination"
Expand Down
4 changes: 3 additions & 1 deletion src/components/molecules/Card/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
export { default } from "./Card"
export { Card as default } from "./Card"
export { CardContent } from "./CardContent"
export { CardGroup } from "./CardGroup"

0 comments on commit c3d6ae9

Please sign in to comment.