mirror of
https://github.com/DeveloLongScript/MHSF.git
synced 2026-05-07 19:35:00 -05:00
fix: rules of hooks
This commit is contained in:
parent
5391d44e20
commit
d18a29c5e7
@ -66,7 +66,7 @@ interface Props {
|
||||
pathname: string;
|
||||
}
|
||||
|
||||
export default async function RootLayout({
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
children: React.ReactNode;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user