mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-02 11:36:01 +01:00
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} />;
|