mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-19 17:27:26 +02:00
✨ Updated clock preferences (#789)
This commit is contained in:
parent
e5b58c6a21
commit
8ec075b80f
14 changed files with 246 additions and 158 deletions
|
@ -18,8 +18,7 @@ import { DateIcon } from "@/components/date-icon";
|
|||
import { useParticipants } from "@/components/participants-provider";
|
||||
import { ConnectedScoreSummary } from "@/components/poll/score-summary";
|
||||
import { VoteSummaryProgressBar } from "@/components/vote-summary-progress-bar";
|
||||
import { usePoll } from "@/contexts/poll";
|
||||
import { useDateFormatter } from "@/contexts/time-preferences";
|
||||
import { useDateFormatter, usePoll } from "@/contexts/poll";
|
||||
|
||||
const formSchema = z.object({
|
||||
selectedOptionId: z.string(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue