♻️ 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,9 +1,9 @@
import Exclamation from "@rallly/icons/exclamation.svg";
import LockClosed from "@rallly/icons/lock-closed.svg";
import { useTranslation } from "next-i18next";
import React from "react";
import Discussion from "@/components/discussion";
import Exclamation from "@/components/icons/exclamation.svg";
import LockClosed from "@/components/icons/lock-closed.svg";
import DesktopPoll from "@/components/poll/desktop-poll";
import MobilePoll from "@/components/poll/mobile-poll";
import { preventWidows } from "@/utils/prevent-widows";