layout fixes
This commit is contained in:
10
src/app/(panels)/suite/doctor/dashboard/page.tsx
Normal file
10
src/app/(panels)/suite/doctor/dashboard/page.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
"use client"
|
||||
|
||||
|
||||
export default function DoctorDashboard() {
|
||||
return (
|
||||
<section>
|
||||
<h1>Doctor Dashboard</h1>
|
||||
</section>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user