Created the Home.jsx page

This commit is contained in:
2022-12-27 15:23:19 +01:00
parent ef3d51682e
commit 0ed87c803b

View File

@ -0,0 +1,7 @@
export const Home = () => {
return (
<div className="home-wrapper">
</div>
)
}