Skip to content

Commit

Permalink
Fixed import order
Browse files Browse the repository at this point in the history
  • Loading branch information
zaxovaiko committed Jun 17, 2024
1 parent c6c98ec commit cc33b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/uniforms/__suites__/DateField.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import moment from 'moment';
import { screen } from '@testing-library/react';
import userEvent from '@testing-library/user-event';
import moment from 'moment';
import React, { ComponentType } from 'react';
import z from 'zod';

Expand Down

0 comments on commit cc33b29

Please sign in to comment.