♻️ Refactor poll feature (#1671)

This commit is contained in:
Luke Vella 2025-04-16 11:38:42 +01:00 committed by GitHub
parent 1ad5f7019a
commit 44faca3ccf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 85 additions and 164 deletions

View file

@ -2,8 +2,7 @@ import type { PollStatus } from "@rallly/database";
import { cn } from "@rallly/ui";
import { Trans } from "@/components/trans";
import { PollStatusIcon } from "./poll-status-icon";
import { PollStatusIcon } from "@/features/poll/components/poll-status-icon";
export const PollStatusLabel = ({
status,