V2Wizard: Add components to the Repositories step skeleton
This adds needed components to the Repositories step skeleton.
This commit is contained in:
parent
3c441425bb
commit
8a178f5b7d
6 changed files with 238 additions and 245 deletions
|
|
@ -3,8 +3,8 @@ import React from 'react';
|
|||
import { Alert, Button } from '@patternfly/react-core';
|
||||
import { ExternalLinkAltIcon } from '@patternfly/react-icons';
|
||||
|
||||
import { useCheckRepositoriesAvailability } from '../../../Utilities/checkRepositoriesAvailability';
|
||||
import { useGetEnvironment } from '../../../Utilities/useGetEnvironment';
|
||||
import { useGetEnvironment } from '../../../../Utilities/useGetEnvironment';
|
||||
import { useCheckRepositoriesAvailability } from '../../utilities/checkRepositoriesAvailability';
|
||||
|
||||
const RepositoryUnavailable = () => {
|
||||
const { isBeta } = useGetEnvironment();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue