({ children }: { children: React.ReactNode })
| 14 | }) |
| 15 | } |
| 16 | function CSPostHogProvider({ children }: { children: React.ReactNode }) { |
| 17 | return <PostHogProvider client={posthog}>{children}</PostHogProvider> |
| 18 | } |
| 19 | |
| 20 | export function Providers({ children }: { children: React.ReactNode }) { |
| 21 | const { showProBanner } = useProBannerStore() |
nothing calls this directly
no outgoing calls
no test coverage detected