mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-01 11:06:02 +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} />;
|