Files
Homarr/components/AppShelf/AppShelf.story.tsx
2022-04-26 00:14:42 +02:00

10 lines
150 B
TypeScript

import AppShelf from './AppShelf';
export default {
title: 'Item Shelf',
};
export const Default = (args: any) => (
<AppShelf {...args} />
);