8 lines
165 B
JavaScript
8 lines
165 B
JavaScript
import LandingSection from './LandingSection'
|
|
|
|
export const generated = () => {
|
|
return <LandingSection />
|
|
}
|
|
|
|
export default { title: 'Components/LandingSection' }
|