mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-06 09:59:00 +02:00
♻️ Refactor poll feature (#1671)
This commit is contained in:
parent
1ad5f7019a
commit
44faca3ccf
13 changed files with 85 additions and 164 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue