Updated clock preferences (#789)

This commit is contained in:
Luke Vella 2023-07-26 17:12:44 +01:00 committed by GitHub
parent e5b58c6a21
commit 8ec075b80f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 246 additions and 158 deletions

View file

@ -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(),