Skip to content

Commit

Permalink
fix: fix incorrect import
Browse files Browse the repository at this point in the history
  • Loading branch information
mainawycliffe committed Oct 15, 2024
1 parent 21eb6c7 commit cce5c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Topology/TopologyPageWrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { useComponentConfigRelationshipQuery } from "@flanksource-ui/api/query-h
import useTopologyPageQuery from "@flanksource-ui/api/query-hooks/useTopologyPageQuery";
import { Topology } from "@flanksource-ui/api/types/topology";
import { InfoMessage } from "@flanksource-ui/components/InfoMessage";
import { SearchLayout } from "@flanksource-ui/components/Layout/SearchLayout";
import { toastError } from "@flanksource-ui/components/Toast/toast";
import { MergedTopologyConfigPage } from "@flanksource-ui/components/Topology/MergedTopologyConfigPage";
import TopologySidebar from "@flanksource-ui/components/Topology/Sidebar/TopologySidebar";
Expand All @@ -18,6 +17,7 @@ import { useCallback, useEffect, useMemo, useRef } from "react";
import { useParams, useSearchParams } from "react-router-dom";
import LoadingBar, { LoadingBarRef } from "react-top-loading-bar";

import { SearchLayout } from "@flanksource-ui/ui/Layout/SearchLayout";
import { ConfigTab } from "../Configs/ConfigDetailsTabs";
import {
getSortedTopology,
Expand Down

0 comments on commit cce5c10

Please sign in to comment.