Files
Homarr/components/AppShelf/AppShelf.story.tsx

8 lines
142 B
TypeScript
Raw Normal View History

2022-04-26 00:14:42 +02:00
import AppShelf from './AppShelf';
export default {
title: 'Item Shelf',
};
2022-04-30 21:51:37 +02:00
export const Default = (args: any) => <AppShelf {...args} />;