mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-11 06:00:15 -07:00
Small fix
This commit is contained in:
+2
-2
@@ -69,8 +69,8 @@ export default function MyApp({ Component, emotionCache = clientSideEmotionCache
|
||||
<CssVarsProvider defaultMode='light' theme={theme}>
|
||||
{/* CssBaseline kickstart an elegant, consistent, and simple baseline to build upon. */}
|
||||
<CssBaseline />
|
||||
<Component {...pageProps} debug={false} />
|
||||
<VercelAnalytics />
|
||||
<Component {...pageProps} />
|
||||
<VercelAnalytics debug={false} />
|
||||
</CssVarsProvider>
|
||||
</CacheProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user