Skip to content

Commit

Permalink
fix: add DatePicker export
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelkeyzik committed Oct 25, 2023
1 parent d1693ee commit 8138f1d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/**
* Export only component that could be used by consumer
*/

export * from "./DatePicker";
1 change: 1 addition & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import "./styles/main.css";

export * from "./icons";
export * from "./components";

0 comments on commit 8138f1d

Please sign in to comment.