Skip to content

Commit 5b2d4e8

Browse files
authored
Fix lint import as type (#7445)
1 parent 3bae22e commit 5b2d4e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/app/src/entities/schema/ui/relationship-display.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { components } from "@/shared/api/rest/types.generated";
44
import { Badge } from "@/shared/components/ui/badge";
55
import { warnUnexpectedType } from "@/shared/utils/common";
66

7-
import { RelationshipSchema } from "@/entities/schema/types";
7+
import type { RelationshipSchema } from "@/entities/schema/types";
88

99
import { AccordionStyled, ModelDisplay, PropertyRow } from "./styled";
1010

0 commit comments

Comments
 (0)