Skip to content

Commit

Permalink
use Focus Trap from patternfly/react-core
Browse files Browse the repository at this point in the history
  • Loading branch information
sahil143 committed Oct 29, 2020
1 parent ce8bd6a commit 5633117
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as React from 'react';
import * as FocusTrap from 'focus-trap-react';
import styles from '@patternfly/react-styles/css/components/Popover/popover';
import { css } from '@patternfly/react-styles';
import { FocusTrap } from '@patternfly/react-core';
import styles from '@patternfly/react-styles/css/components/Popover/popover';
import { PopoverArrow } from '@patternfly/react-core/dist/js/components/Popover/PopoverArrow';
import { PopoverBody } from '@patternfly/react-core/dist/js/components/Popover/PopoverBody';
import { PopoverCloseButton } from '@patternfly/react-core/dist/js/components/Popover/PopoverCloseButton';
Expand Down

0 comments on commit 5633117

Please sign in to comment.