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 28a97cb commit fdfa920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/(pages)/receptionist/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 receptionist related applications.",
};

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

0 comments on commit fdfa920

Please sign in to comment.