Skip to content

Commit

Permalink
[UI] fix: component exports
Browse files Browse the repository at this point in the history
  • Loading branch information
sohee-K committed Apr 16, 2024
1 parent b73fc6b commit 6229805
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/dry-rocks-sneeze.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@sopt-makers/ui": patch
---

fix component exports
1 change: 1 addition & 0 deletions packages/ui/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export { Dialog, DialogContext, DialogProvider, useDialog } from "./Dialog";
export type { DialogOptionType } from "./Dialog";
export { ToastProvider, useToast, Toast } from "./Toast";
export type { ToastOptionType } from "./Toast";
export { TextField, TextArea, SearchField } from './Input';

// test component
export { default as Test } from "./Test";

0 comments on commit 6229805

Please sign in to comment.