♻️ 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 Bell from "@rallly/icons/bell.svg";
import BellCrossed from "@rallly/icons/bell-crossed.svg";
import { useTranslation } from "next-i18next";
import * as React from "react";
import { useLoginModal } from "@/components/auth/login-modal";
import { Button } from "@/components/button";
import Bell from "@/components/icons/bell.svg";
import BellCrossed from "@/components/icons/bell-crossed.svg";
import { useUser } from "@/components/user-provider";
import { usePostHog } from "@/utils/posthog";
import { usePollByAdmin } from "@/utils/trpc/hooks";