diff --git a/app/providers.tsx b/app/providers.tsx index e14971b..401120d 100644 --- a/app/providers.tsx +++ b/app/providers.tsx @@ -1,7 +1,7 @@ 'use client'; import { ThemeProvider } from 'next-themes'; -import type { FC, ReactNode } from 'react'; +import { type FC, type ReactNode, Suspense } from 'react'; import { SWRConfig } from 'swr'; import Analytics from '@/components/Analytics'; @@ -15,7 +15,10 @@ const Providers: FC = ({ children }) => ( fetch(url).then((res) => res.json()) }} > - + + + + {children}