/
githubmirror
/
next.js
Обзор
Документация
Войти
/
githubmirror
/
next.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
canary
test/e2e/app-dir/static-shell-debugging/app/layout.jsx
7 строк
117 B
Wyatt Johnson
[ppr] Enable static shell debugging in other environments (#65483)
10 июн 2024, 19:42
Не верифицирован
10 июн 2024, 19:42
e7694b3
Код
Авторство
О чём код?
export default function Layout({ children }) { return ( <html> <body>{children}</body> </html> ) }