Created the Home.jsx page

This commit is contained in:
Mathias Wagner 2023-07-30 20:46:09 +02:00
parent 5f436be073
commit 0016f329e7
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

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