diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 4b4d4bd4..389b0f3c 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -12,7 +12,7 @@ import { ThemeProvider } from 'next-themes'; import Nav from '@/site/Nav'; import Footer from '@/site/Footer'; import CommandK from '@/site/CommandK'; -import SwrConfigClient from '../state/SwrConfigClient'; +import SWRConfigClient from '../state/SWRConfigClient'; import '../site/globals.css'; import '../site/sonner.css'; @@ -73,7 +73,7 @@ export default function RootLayout({ > - +
- + diff --git a/src/state/SWRConfigClient.tsx b/src/state/SWRConfigClient.tsx index 26142c8d..08b92a04 100644 --- a/src/state/SWRConfigClient.tsx +++ b/src/state/SWRConfigClient.tsx @@ -2,7 +2,7 @@ import { SWRConfig } from 'swr'; -export default function SwrConfigClient({ +export default function SWRConfigClient({ children, }: { children: React.ReactNode