Remove circular import

Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
Bryan Frimin
2025-08-16 08:43:59 +04:00
parent 73b2a1467b
commit 210a05b54d
4 changed files with 7 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
import { getMeasureStateLabel } from "@probo/helpers";
import { Badge } from "@probo/ui";
import { Badge } from "../../Atoms/Badge/Badge";
import { useTranslate } from "@probo/i18n";
import type { ComponentProps } from "react";
import type { measureStates } from "@probo/helpers";