LocChat/client/components/home/_home.jsx

4 lines
71 B
React
Raw Normal View History

2021-11-20 20:18:58 -05:00
export const Home = () => {
return <div>I am the home page</div>;
};