summaryrefslogtreecommitdiff
path: root/client/components/home/_home.jsx
blob: 59389ad61942d644b6b8a7903d1288db6b018af9 (plain)
1
2
3
export const Home = () => {
  return <div>I am the home page</div>;
};