mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-31 09:46:26 +02:00
♻️ Add icons package (#646)
This commit is contained in:
parent
ffa7007184
commit
fbcd5a5d2a
118 changed files with 142 additions and 112 deletions
|
@ -1,11 +1,11 @@
|
|||
import { trpc } from "@rallly/backend";
|
||||
import CheckCircle from "@rallly/icons/check-circle.svg";
|
||||
import Speakerphone from "@rallly/icons/speakerphone.svg";
|
||||
import Link from "next/link";
|
||||
import { Trans, useTranslation } from "next-i18next";
|
||||
import { useForm } from "react-hook-form";
|
||||
|
||||
import { Button } from "@/components/button";
|
||||
import CheckCircle from "@/components/icons/check-circle.svg";
|
||||
import Speakerphone from "@/components/icons/speakerphone.svg";
|
||||
import { Logo } from "@/components/logo";
|
||||
import { useModalState } from "@/components/modal/use-modal";
|
||||
import Tooltip from "@/components/tooltip";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue