/** * The home page of the site. * * @returns the home page jsx */ const HomePage = (): JSX.Element => (
Hello World
); export default HomePage;