mirror of
https://github.com/ajnart/homarr.git
synced 2026-05-05 10:36:37 +02: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} />;
|