mirror of
https://github.com/mantinedev/next-app-template.git
synced 2025-11-14 00:31:17 +10:00
Init template
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