Files
cadhub/web/src/components/LandingSection/LandingSection.stories.js
Kurt Hutten 5114716ee8 issues-103 Add landing page copy
Trying to "sell" the website and the concept of code-cad
2020-11-29 13:29:56 +11:00

8 lines
165 B
JavaScript

import LandingSection from './LandingSection'
export const generated = () => {
return <LandingSection />
}
export default { title: 'Components/LandingSection' }