Skip to content

Commit

Permalink
new timePicker
Browse files Browse the repository at this point in the history
  • Loading branch information
GROUPEVSC\julien_schiano committed Feb 4, 2021
1 parent 835b3b8 commit a1fab97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/components/inputtext/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ const InputTextPage: FC = () => {
/>
<ComponentLayout title="Group" element={<InputGroup />} component={InputText} />
<ComponentLayout title="textarea" element={<InputArea />} component={InputArea} />
<ComponentLayout title="textarea" element={<TimePicker />} component={TimePicker} />
<ComponentLayout title="timePicker" element={<TimePicker />} component={TimePicker} />
</AppLayout>
);
};
Expand Down

0 comments on commit a1fab97

Please sign in to comment.