This commit is contained in:
Thomas "ajnart" Camlong
2022-04-30 21:51:37 +02:00
parent 023f3ca9e4
commit a13dad4d42
7 changed files with 74 additions and 81 deletions

View File

@@ -4,6 +4,4 @@ export default {
title: 'Item Shelf',
};
export const Default = (args: any) => (
<AppShelf {...args} />
);
export const Default = (args: any) => <AppShelf {...args} />;