Add src/app/teacher-dashboard/layout.tsx
This commit is contained in:
7
src/app/teacher-dashboard/layout.tsx
Normal file
7
src/app/teacher-dashboard/layout.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
export default function TeacherDashboardLayout({
|
||||
children,
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}) {
|
||||
return <>{children}</>;
|
||||
}
|
||||
Reference in New Issue
Block a user