Add Date module

This commit is contained in:
Aj - Thomas
2022-05-10 18:56:29 +02:00
parent b8ce86d783
commit fa45eb3b3b
2 changed files with 48 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
import DateComponent from "./DateModule";
export default {
title: 'Date module',
};
export const Default = (args: any) => <DateComponent {...args} />;