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