Created the Home.jsx page
This commit is contained in:
parent
5f436be073
commit
0016f329e7
7
src/states/Dashboard/pages/Home/Home.jsx
Normal file
7
src/states/Dashboard/pages/Home/Home.jsx
Normal file
@ -0,0 +1,7 @@
|
||||
export const Home = () => {
|
||||
return (
|
||||
<div>
|
||||
<h2>Test</h2>
|
||||
</div>
|
||||
)
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user