1 2 3 4 5 6
import * as React from 'react'; import { render } from 'react-dom'; export const Landing = () => ( <div>0x</div> );