Move app into app directory
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
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