next.js/test/e2e/app-dir/ppr-history-replace-state/app/layout.tsx
layout.tsx10 lines178 B
import * as React from 'react'

export default function Root({ children }: { children: React.ReactNode }) {
  return (
    <html>
      <body>{children}</body>
    </html>
  )
}
Quest for Codev2.0.0
/
SIGN IN