mirror of
https://github.com/ajnart/homarr.git
synced 2025-10-27 16:46:13 +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} />;
|