Skip to content

Commit

Permalink
Fix incorrect import
Browse files Browse the repository at this point in the history
  • Loading branch information
Myranae committed Aug 1, 2024
1 parent aa6072d commit 603fc30
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import React from "react";

import {hasFocusVisible} from "./polygon";

import type {UserEvent} from "@testing-library/user-event/index";
import type {UserEvent} from "@testing-library/user-event";

describe("hasFocusVisible", () => {
let userEvent: UserEvent;
Expand Down

0 comments on commit 603fc30

Please sign in to comment.