feat(auth): implement email/password login form
This commit is contained in:
8
apps/web/src/features/dashboard/Dashboard.tsx
Normal file
8
apps/web/src/features/dashboard/Dashboard.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
const Dashboard = () => {
|
||||
return (
|
||||
<div>Dashboard</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default Dashboard
|
||||
Reference in New Issue
Block a user