const Home = () => { return (
test page with a test
) } export default Home;