import * as React from 'react' export const App: React.FC = () => { return (

Hello World

) }