Skip to content

Commit 89a6ce8

Browse files
committed
lint fix
1 parent a207090 commit 89a6ce8

File tree

1 file changed

+3
-1
lines changed
  • examples/e2e/experimental/src/app/use-cache

1 file changed

+3
-1
lines changed

examples/e2e/experimental/src/app/use-cache/layout.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
import { Suspense } from "react";
22

3-
export default function Layout({ children }: Readonly<{
3+
export default function Layout({
4+
children,
5+
}: Readonly<{
46
// For some reason using ReactNode here causes a type error
57
children: any;
68
}>) {

0 commit comments

Comments
 (0)