Skip to content

Commit

Permalink
refactor: Rename layout component
Browse files Browse the repository at this point in the history
  • Loading branch information
ad956 committed Aug 14, 2024
1 parent a8d6818 commit 0cf7ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/(pages)/doctor/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const metadata: Metadata = {
description: "The page is for doctor related applications.",
};

export default async function PatientLayout({
export default async function DoctorLayout({
children,
}: Readonly<{
children: React.ReactNode;
Expand Down

0 comments on commit 0cf7ce0

Please sign in to comment.