mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-29 08:46:22 +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
|
@ -6,7 +6,7 @@ import React from "react";
|
|||
import toast from "react-hot-toast";
|
||||
import { useMount } from "react-use";
|
||||
|
||||
import Button from "@/components/button";
|
||||
import { Button } from "@/components/button";
|
||||
import LocationMarker from "@/components/icons/location-marker.svg";
|
||||
import LockClosed from "@/components/icons/lock-closed.svg";
|
||||
import Share from "@/components/icons/share.svg";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue