Attempt to at move app into app sub dir
This commit is contained in:
12
app/web/src/components/Button/Button.stories.js
Normal file
12
app/web/src/components/Button/Button.stories.js
Normal file
@@ -0,0 +1,12 @@
|
||||
import Button from './Button'
|
||||
|
||||
export const generated = () => {
|
||||
return (
|
||||
<>
|
||||
button with icon
|
||||
<Button>click Me </Button>
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
export default { title: 'Components/Button' }
|
||||
Reference in New Issue
Block a user