mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-30 01:06:22 +02:00
📈 Posthog package (#1431)
This commit is contained in:
parent
0fc7d0a0c8
commit
a5da319d82
43 changed files with 189 additions and 133 deletions
|
@ -1,3 +1,4 @@
|
|||
import { usePostHog } from "@rallly/posthog/client";
|
||||
import { cn } from "@rallly/ui";
|
||||
import {
|
||||
Card,
|
||||
|
@ -17,7 +18,6 @@ import { Trans } from "react-i18next";
|
|||
import { PayWallDialog } from "@/components/pay-wall-dialog";
|
||||
import { ProFeatureBadge } from "@/components/pro-feature-badge";
|
||||
import { usePlan } from "@/contexts/plan";
|
||||
import { usePostHog } from "@/utils/posthog";
|
||||
|
||||
export type PollSettingsFormData = {
|
||||
requireParticipantEmail: boolean;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue