import * as React from 'react' export default class Landing extends React.Component { render() { return <> LANDING TBD </> } }