Skip to content

Commit

Permalink
refactor :: 경로
Browse files Browse the repository at this point in the history
  • Loading branch information
ftery0 committed Jan 27, 2025
1 parent 0de955c commit f31e061
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@b1nd/dds-web",
"version": "0.1.2",
"version": "0.1.3",
"type": "module",
"types": "dist/index.d.ts",
"main": "dist/cjs/index.cjs.js",
Expand Down
1 change: 1 addition & 0 deletions packages/components/src/ui/CheckBox/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from "./DodamCheckBox";
1 change: 1 addition & 0 deletions packages/components/src/ui/Modal/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from "./DodamModal";
2 changes: 2 additions & 0 deletions packages/components/src/ui/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ export * from "./NotFoundPage";
export * from "./TextField";
export * from "./Typography";
export * from "./PageIndicator";
export * from "./Modal";
export * from "./CheckBox";

0 comments on commit f31e061

Please sign in to comment.