mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-31 09:46:26 +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 Link from "next/link";
|
||||
import { Trans, useTranslation } from "next-i18next";
|
||||
import { useForm } from "react-hook-form";
|
||||
|
@ -8,7 +9,6 @@ import Speakerphone from "@/components/icons/speakerphone.svg";
|
|||
import { Logo } from "@/components/logo";
|
||||
import { useModalState } from "@/components/modal/use-modal";
|
||||
import Tooltip from "@/components/tooltip";
|
||||
import { trpc } from "@/utils/trpc";
|
||||
|
||||
const FeedbackForm = (props: { onClose: () => void }) => {
|
||||
const { t } = useTranslation("app");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue