mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-02 02:31:53 +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 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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue