This commit is contained in:
Enrico Ros
2023-11-14 03:59:37 -08:00
parent 87461fb73e
commit 552ffb4257
+1 -1
View File
@@ -29,7 +29,7 @@ const MyApp = ({ Component, emotionCache, pageProps }: MyAppProps) =>
<Component {...pageProps} />
</ProviderBackend>
</ProviderTRPCQueryClient>
</ProviderTheming>;
</ProviderTheming>
<VercelAnalytics debug={false} />