Skip to content

Commit

Permalink
chore: fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieJ committed Jul 2, 2024
1 parent 05211e3 commit 9777f5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/calendar-picker/tests/calendar-picker.test.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import MockDate from 'mockdate'
import { spyElementPrototype } from 'rc-util/lib/test/domHook'
import React, { act } from 'react'
import { fireEvent, render, testA11y } from 'testing'
import React from 'react'
import { act, fireEvent, render, testA11y } from 'testing'
import CalendarPicker, { CalendarPickerRef } from '..'

const classPrefix = `adm-calendar-picker-view`
Expand Down

0 comments on commit 9777f5a

Please sign in to comment.