mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-06 20:51:48 +02:00
♻️ Create backend package (#643)
This commit is contained in:
parent
7fc08c6736
commit
05fe2edaea
68 changed files with 476 additions and 391 deletions
|
@ -1,3 +1,4 @@
|
|||
import { trpc } from "@rallly/backend";
|
||||
import clsx from "clsx";
|
||||
import { Trans, useTranslation } from "next-i18next";
|
||||
import * as React from "react";
|
||||
|
@ -7,8 +8,6 @@ import { Button } from "@/components/button";
|
|||
import Exclamation from "@/components/icons/exclamation.svg";
|
||||
import { usePostHog } from "@/utils/posthog";
|
||||
|
||||
import { trpc } from "../../../utils/trpc";
|
||||
|
||||
const confirmText = "delete-me";
|
||||
|
||||
export const DeletePollForm: React.FunctionComponent<{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue