Created the Home.jsx page

This commit is contained in:
2023-07-30 20:46:09 +02:00
parent 5f436be073
commit 0016f329e7

View File

@@ -0,0 +1,7 @@
export const Home = () => {
return (
<div>
<h2>Test</h2>
</div>
)
}