Created the Home.jsx page

This commit is contained in:
Mathias Wagner 2023-06-08 22:32:44 +02:00
parent ce14a33112
commit 9cb464b1f2

View File

@ -0,0 +1,7 @@
export const Home = () => {
return (
<>
<h1 style={{color: "#FFFFFF"}}>Home</h1>
</>
)
}