Skip to content

Commit 67666cd

Browse files
author
신용준
committed
refactor
1 parent ac9582d commit 67666cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package/src/components/Datepicker.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ interface Iprops {
2727
onChange?: (activeDate: Date | null) => void;
2828
}
2929

30-
function Container({
30+
function Datepicker({
3131
initValue = null,
3232
isClearButton = false,
3333
valueFormat = 'YYYY-MM-DD',
@@ -170,4 +170,4 @@ function Container({
170170
);
171171
}
172172

173-
export default Container;
173+
export default Datepicker;

0 commit comments

Comments
 (0)