Skip to content

Commit

Permalink
refactor import
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrpospiech committed Feb 14, 2024
1 parent fb92107 commit f1a9e5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/uniforms/__suites__/connectField.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { fireEvent, screen } from '@testing-library/react';
import { omit } from 'lodash';
import omit from 'lodash/omit';
import React from 'react';
import {
BaseForm,
Expand Down

0 comments on commit f1a9e5d

Please sign in to comment.