import * as React from 'react'; import { LandingTemplate } from './Landing'; export default { title: 'Templates/Landing', }; export const Landing = () => ;