init
This commit is contained in:
7
components/Welcome/Welcome.story.tsx
Normal file
7
components/Welcome/Welcome.story.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
import { Welcome } from './Welcome';
|
||||
|
||||
export default {
|
||||
title: 'Welcome',
|
||||
};
|
||||
|
||||
export const Usage = () => <Welcome />;
|
||||
Reference in New Issue
Block a user