Skip to content

Commit d4823a3

Browse files
update cache
1 parent 843821c commit d4823a3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/app/layout.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import { usePathname } from 'next/navigation';
88
export default function RootLayout({ children }: { children: ReactNode }) {
99
const pathname = usePathname();
1010

11+
1112
return (
1213
<html lang="en">
1314
<body

0 commit comments

Comments
 (0)