Skip to content

Commit a8f9ef9

Browse files
committed
import
1 parent 8caff64 commit a8f9ef9

File tree

1 file changed

+2
-3
lines changed
  • frontend/app/src/entities/diff/node-diff

1 file changed

+2
-3
lines changed

frontend/app/src/entities/diff/node-diff/utils.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ import { classNames, warnUnexpectedType } from "@/shared/utils/common";
66
import { capitalizeFirstLetter } from "@/shared/utils/string";
77

88
import { DIFF_STATUS, type DiffProperty, type DiffStatus } from "@/entities/diff/node-diff/types";
9-
import type { DiffFilter } from "@/entities/proposed-changes/ui/diff-filter";
10-
119
import {
1210
BadgeAdded,
1311
BadgeConflict,
@@ -16,7 +14,8 @@ import {
1614
BadgeUnchanged,
1715
BadgeUpdated,
1816
type DiffBadgeProps,
19-
} from "../ui/diff-badge";
17+
} from "@/entities/diff/ui/diff-badge";
18+
import type { DiffFilter } from "@/entities/proposed-changes/ui/diff-filter";
2019

2120
export const diffBadges: { [key: string]: BadgeType } = {
2221
ADDED: BadgeAdded,

0 commit comments

Comments
 (0)