import { PropsWithChildren } from 'react' import '@/styles/main.css' export default async function RootLayout({ children }: PropsWithChildren) { return (