Skip to content

Commit

Permalink
Move dependency from wordpress to internal
Browse files Browse the repository at this point in the history
  • Loading branch information
brookewp committed Mar 20, 2023
1 parent f32cdaf commit 4f61cef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/tooltip/test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ import userEvent from '@testing-library/user-event';
*/
import Tooltip from '../';
import Button from '../../button';
import { TOOLTIP_DELAY } from '../index.js';

/**
* WordPress dependencies
*/
import { TOOLTIP_DELAY } from '../index.js';
import { shortcutAriaLabel } from '@wordpress/keycodes';

const props = {
Expand Down

0 comments on commit 4f61cef

Please sign in to comment.