Created the Home.jsx page
This commit is contained in:
7
admin/src/pages/Home/Home.jsx
Normal file
7
admin/src/pages/Home/Home.jsx
Normal file
@ -0,0 +1,7 @@
|
||||
export const Home = () => {
|
||||
return (
|
||||
<div className="home-wrapper">
|
||||
|
||||
</div>
|
||||
)
|
||||
}
|
Reference in New Issue
Block a user