first user setup and login
This commit is contained in:
7
app/(auth)/dashboard/page.tsx
Normal file
7
app/(auth)/dashboard/page.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
import React from 'react'
|
||||
|
||||
export default function DashboardPage() {
|
||||
return (
|
||||
<div>DashboardPage</div>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user