mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-03 20:15:57 +01:00
10 lines
150 B
TypeScript
10 lines
150 B
TypeScript
|
|
import AppShelf from './AppShelf';
|
||
|
|
|
||
|
|
export default {
|
||
|
|
title: 'Item Shelf',
|
||
|
|
};
|
||
|
|
|
||
|
|
export const Default = (args: any) => (
|
||
|
|
<AppShelf {...args} />
|
||
|
|
);
|