auth WIP 2
This commit is contained in:
@ -0,0 +1,9 @@
|
||||
const Dashboard = () => {
|
||||
return (
|
||||
<div>
|
||||
<h2>Dashboard</h2>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default Dashboard;
|
||||
|
||||
Reference in New Issue
Block a user