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