Created the Home.jsx page
This commit is contained in:
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>
|
||||
)
|
||||
}
|
Reference in New Issue
Block a user