mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-11 07:01:49 +02:00
Add option to delete poll (#174)
This commit is contained in:
parent
2c4157ea24
commit
c170e03b6a
25 changed files with 271 additions and 104 deletions
|
@ -2,7 +2,7 @@ import { Trans, useTranslation } from "next-i18next";
|
|||
import { usePlausible } from "next-plausible";
|
||||
import * as React from "react";
|
||||
|
||||
import Button from "@/components/button";
|
||||
import { Button } from "@/components/button";
|
||||
import Bell from "@/components/icons/bell.svg";
|
||||
import BellCrossed from "@/components/icons/bell-crossed.svg";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue