Remove circular import
Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user