mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-10 15:35:55 +01:00
8 lines
174 B
TypeScript
8 lines
174 B
TypeScript
import CalendarComponent from './CalendarModule';
|
|
|
|
export default {
|
|
title: 'Calendar component',
|
|
};
|
|
|
|
export const Default = (args: any) => <CalendarComponent {...args} />;
|