Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jgyselov committed Sep 25, 2024
1 parent c9b8b3a commit f6a5ae6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import * as React from 'react';
import { Dropdown, DropdownItem, DropdownToggle, FormGroup } from '@patternfly/react-core';
import { FormGroup } from '@patternfly/react-core';
import { Dropdown, DropdownItem, DropdownToggle } from '@patternfly/react-core/deprecated';
import { useTranslation } from '../../../common/hooks/use-translation-wrapper';
import {
architectureData,
Expand Down

0 comments on commit f6a5ae6

Please sign in to comment.