import React from 'react' export default function AppLayout({ children }) { return ( RSC {children} ) }