Skip to content

Commit bf489ac

Browse files
authored
fix(popover): Point to correct popover (#4583)
1 parent b2ada2a commit bf489ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/components/popovers/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React, { Children, useState, useRef, useEffect } from 'react';
22
import ReactDOM from 'react-dom';
33
import PropTypes from 'prop-types';
44
import uniqueId from 'lodash.uniqueid';
5-
import { Popover } from './base/example';
5+
import { Popover } from './base-legacy/example';
66
import { FeedbackHeader } from './error/example';
77
import { createCustomPropType } from '../../shared/helpers';
88
import EmptyLink from '../../shared/empty-link/';

0 commit comments

Comments
 (0)