♻️ Add icons package (#646)

This commit is contained in:
Luke Vella 2023-04-03 19:22:25 +01:00 committed by GitHub
parent ffa7007184
commit fbcd5a5d2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
118 changed files with 142 additions and 112 deletions

View file

@ -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";