Skip to content

Commit

Permalink
Move test utils file
Browse files Browse the repository at this point in the history
  • Loading branch information
mirka committed Aug 1, 2023
1 parent 9ab2213 commit c0ef731
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ import { createPortal, useState } from '@wordpress/element';
/**
* Internal dependencies
*/
import Popover from '..';
import { Provider as SlotFillProvider } from '../../slot-fill';
import type { WordPressComponentProps } from '../../ui/context';
import Popover from '../..';
import { Provider as SlotFillProvider } from '../../../slot-fill';
import type { WordPressComponentProps } from '../../../ui/context';

const GenericIframe = ( {
children,
Expand Down

0 comments on commit c0ef731

Please sign in to comment.