/* THIS FILE WAS GENERATED AUTOMATICALLY BY PAYLOAD. */ import configPromise from '@payload-config' import '@payloadcms/next/css' import { RootLayout } from '@payloadcms/next/layouts' /* DO NOT MODIFY IT BECAUSE IT COULD BE REWRITTEN AT ANY TIME. */ import React from 'react' import './custom.scss' import { importMap } from './admin/importMap' type Args = { children: React.ReactNode } const Layout = ({ children }: Args) => ( {children} ) export default Layout