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