Files
Homarr/components/Welcome/Welcome.story.tsx

8 lines
119 B
TypeScript
Raw Normal View History

2022-04-24 22:36:47 +02:00
import { Welcome } from './Welcome';
export default {
title: 'Welcome',
};
export const Usage = () => <Welcome />;