mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2024-12-23 17:40:23 +03:00
Fixed incorrect import
This commit is contained in:
parent
14c4c29af3
commit
5880767ac3
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
import { screen } from '@testing-library/react';
|
import { screen } from '@testing-library/react';
|
||||||
import { UserEvent } from '@testing-library/user-event/dist/types/setup';
|
import { UserEvent } from '@testing-library/user-event/setup/setup';
|
||||||
import { formatISO } from 'date-fns';
|
import { formatISO } from 'date-fns';
|
||||||
import { Mock } from 'ts-mockery';
|
import { Mock } from 'ts-mockery';
|
||||||
import { ShortUrlForm as createShortUrlForm, Mode } from '../../src/short-urls/ShortUrlForm';
|
import { ShortUrlForm as createShortUrlForm, Mode } from '../../src/short-urls/ShortUrlForm';
|
||||||
|
|
Loading…
Reference in a new issue