Created the Home.jsx page
This commit is contained in:
parent
ce14a33112
commit
9cb464b1f2
7
webui/src/pages/Home/Home.jsx
Normal file
7
webui/src/pages/Home/Home.jsx
Normal file
@ -0,0 +1,7 @@
|
||||
export const Home = () => {
|
||||
return (
|
||||
<>
|
||||
<h1 style={{color: "#FFFFFF"}}>Home</h1>
|
||||
</>
|
||||
)
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user