import { Loading } from 'components/Loading' import React from 'react' export const Home: React.FC = ({ }) => { return <> Hello world! }