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