Skip to content

Commit

Permalink
Move DatePicker to UI package
Browse files Browse the repository at this point in the history
  • Loading branch information
cpathipa committed Dec 3, 2024
1 parent efcfe5c commit 2ca7adf
Show file tree
Hide file tree
Showing 12 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/ui/src/components/DatePicker/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from './DatePicker';
1 change: 1 addition & 0 deletions packages/ui/src/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ export * from './Tooltip';
export * from './TooltipIcon';
export * from './Typography';
export * from './VisibilityTooltip';
export * from './DatePicker';

0 comments on commit 2ca7adf

Please sign in to comment.