import '@/styles/dist.css'; import React from 'react'; export default function RootLayout({ children, }: { children: React.ReactNode; }) { return (