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

10 lines
150 B
TypeScript
Raw Normal View History

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