Skip to content

Commit

Permalink
fix: build error with userEvent import
Browse files Browse the repository at this point in the history
  • Loading branch information
thekidnamedkd committed Jun 5, 2024
1 parent 6d1205b commit fa141ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { QueryClient } from '@tanstack/react-query';
import { act, render, screen, within } from '@testing-library/react';
import userEvent from '@testing-library/user-event';
import { userEvent } from '@testing-library/user-event';
import type { Address } from 'viem';
import type { UseEnsAddressReturnType, UseEnsNameReturnType } from 'wagmi';
import * as wagmi from 'wagmi';
Expand Down

0 comments on commit fa141ad

Please sign in to comment.