We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e8313e commit b84566eCopy full SHA for b84566e
1 file changed
frontend/lib/providers.tsx
@@ -2,7 +2,6 @@
2
3
import { useEffect, Suspense } from 'react';
4
import { GoogleOAuthProvider } from '@react-oauth/google';
5
-import { Toaster } from '@/components/ui/sonner';
6
import { initPostHog } from '@/lib/posthog';
7
import { PostHogPageView } from '@/components/PostHogPageView';
8
@@ -16,7 +15,6 @@ export default function Providers({ children }: { children: React.ReactNode }) {
16
15
<Suspense fallback={null}>
17
<PostHogPageView />
18
</Suspense>
19
- <Toaster richColors position="top-right" />
20
{children}
21
</GoogleOAuthProvider>
22
);
0 commit comments