We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 843821c commit d4823a3Copy full SHA for d4823a3
1 file changed
src/app/layout.tsx
@@ -8,6 +8,7 @@ import { usePathname } from 'next/navigation';
8
export default function RootLayout({ children }: { children: ReactNode }) {
9
const pathname = usePathname();
10
11
+
12
return (
13
<html lang="en">
14
<body
0 commit comments