b91e262
1
2
3
4
5
6
import './style2.css' export default function ServerLayout({ children }) { return <>{children}</> }