import '@/app/global.css'; import { Provider } from '@/app/provider'; import { Inter } from 'next/font/google'; const inter = Inter({ subsets: ['latin'], }); export default function Layout({ children }: LayoutProps<'/docs'>) { return (