Add option to delete poll (#174)

This commit is contained in:
Luke Vella 2022-05-18 17:47:23 +01:00 committed by GitHub
parent 2c4157ea24
commit c170e03b6a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
25 changed files with 271 additions and 104 deletions

View file

@ -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";