layout.tsx 92 B

12345
  1. export default function PreviewLayout({ children }) {
  2. return (
  3. <>{children}</>
  4. );
  5. }