mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-14 17:36: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
|
@ -8,7 +8,7 @@ import { useSessionStorage } from "react-use";
|
|||
|
||||
import { encodeDateOption } from "../utils/date-time-utils";
|
||||
import { trpc } from "../utils/trpc";
|
||||
import Button from "./button";
|
||||
import { Button } from "./button";
|
||||
import {
|
||||
NewEventData,
|
||||
PollDetailsData,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue