Skip to content

Commit

Permalink
fix broken depenencies (#15960)
Browse files Browse the repository at this point in the history
  • Loading branch information
nreese authored Jan 10, 2018
1 parent 9ac62fc commit 2570eeb
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 React from 'react';
import PropTypes from 'prop-types';
import { Tooltip } from 'pui-react-tooltip';
import { OverlayTrigger } from 'pui-react-overlay-trigger';
import { Tooltip } from 'pivotal-ui/react/tooltip';
import { OverlayTrigger } from 'pivotal-ui/react/overlay-trigger';
import { KuiButton } from 'ui_framework/components';
import { copyToClipboard } from '../../copy_to_clipboard';

Expand Down

0 comments on commit 2570eeb

Please sign in to comment.