Skip to content

Commit

Permalink
fixed circular dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
fokolo committed Nov 25, 2024
1 parent 4763dce commit 033cdba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend-plugin/src/hooks/useEntityRoutes.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { EntityLayout } from "@backstage/plugin-catalog";
import { groupBy } from "lodash";
import React, { useMemo } from "react";
import { EntityTabPortContent } from "..";
import { EntityTabPortContent } from "../features/EntityTabPortContent/EntityTabPortContent";
import useSearchQuery from "./api-hooks/useSearchQuery";
import { useServiceName } from "./useServiceName";

Expand Down

0 comments on commit 033cdba

Please sign in to comment.