next.js/test/e2e/app-dir/segment-cache/max-prefetch-inlining/app/shared/layout.tsx
layout.tsx5 lines164 B
import { ReactNode } from 'react'
export default function SharedLayout({ children }: { children: ReactNode }) {
  return <div id="shared-layout">{children}</div>
}
Quest for Codev2.0.0
/
SIGN IN