Skip to content

Commit

Permalink
fix: export DateInput
Browse files Browse the repository at this point in the history
  • Loading branch information
iacopolea committed Dec 21, 2023
1 parent 3c80325 commit b0b4b81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/stories/DateInput/DateInput.stories.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import DateInput from ".";
import { DateInput } from ".";
import { Story, Meta } from "@storybook/react";
import { DatepickerGlobalStyle } from "./_style";

Expand Down
4 changes: 1 addition & 3 deletions src/stories/DateInput/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export interface DatepickerProps {
};
}

const DateInput = ({
export const DateInput = ({
id,
name,
value,
Expand Down Expand Up @@ -130,5 +130,3 @@ const DateInput = ({
</StyledInput>
);
};

export default DateInput;

0 comments on commit b0b4b81

Please sign in to comment.