Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
LFDanLu committed Apr 23, 2024
1 parent 77ac56a commit 503c6e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@react-spectrum/tree/test/TreeView.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* governing permissions and limitations under the License.
*/

import {act, fireEvent, mockClickDefault, pointerMap, render as renderComponent, within} from '@react-spectrum/test-utils';
import {act, fireEvent, mockClickDefault, pointerMap, render as renderComponent, within} from '@react-spectrum/test-utils-internal';
import {ActionGroup, Item} from '@react-spectrum/actiongroup';
import {Content} from '@react-spectrum/view';
import Delete from '@spectrum-icons/workflow/Delete';
Expand Down

0 comments on commit 503c6e3

Please sign in to comment.