import React from 'react' export default function HomePage() { return ( <div data-testid="home-page"> <h1>Home Page</h1> </div> ) }