mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-14 09:25:47 +01:00
8 lines
155 B
TypeScript
8 lines
155 B
TypeScript
|
|
import DateComponent from "./DateModule";
|
||
|
|
|
||
|
|
export default {
|
||
|
|
title: 'Date module',
|
||
|
|
};
|
||
|
|
|
||
|
|
export const Default = (args: any) => <DateComponent {...args} />;
|