/
githubmirror
/
next.js
Обзор
Документация
Войти
/
githubmirror
/
next.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
canary
test/e2e/module-layer/app/layout.js
7 строк
131 B
Jiachi Liu
Allow server-only in server targets and client-only in client components targets to be available (#55394)
18 сен 2023, 15:27
Не верифицирован
18 сен 2023, 15:27
ffc0e54
Код
Авторство
О чём код?
export default function RootLayout({ children }) { return ( <html lang="en"> <body>{children}</body> </html> ) }