import React from 'react'; const HomePage = () => { return (

Hello world!

); }; export default HomePage;