initial commit
This commit is contained in:
9
src/pages/nearle/dashboard.js
Normal file
9
src/pages/nearle/dashboard.js
Normal file
@@ -0,0 +1,9 @@
|
||||
const Dashboard = () => {
|
||||
return (
|
||||
<>
|
||||
<h1>Dashboard</h1>
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
||||
export default Dashboard;
|
||||
Reference in New Issue
Block a user