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