Skip to content

Commit

Permalink
Solving problems with build in main branch
Browse files Browse the repository at this point in the history
Signed-off-by: Montse Ortega <[email protected]>
  • Loading branch information
ammont82 committed Oct 17, 2024
1 parent ec4d9c0 commit ad64d5c
Showing 1 changed file with 0 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,10 @@ import {
StackItem,
TextContent,
Text,
Panel,
PanelMain,
PanelHeader,
List,
OrderType,
ListItem,
Icon,
Alert,
AlertActionLink,
Radio,
} from "@patternfly/react-core";
import { ClusterIcon } from "@patternfly/react-icons";
import { SourcesTable } from "#/migration-wizard/steps/connect/sources-table/SourcesTable";
import { useDiscoverySources } from "#/migration-wizard/contexts/discovery-sources/Context";

export const PrepareMigrationStep: React.FC = () => {
const discoverySourcesContext = useDiscoverySources();
const [firstSource, ..._otherSources] = discoverySourcesContext.sources;

return (
<Stack hasGutter>
Expand Down

0 comments on commit ad64d5c

Please sign in to comment.