mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-05-09 05:00:17 +03:00
Ordered imports alphabetically
This commit is contained in:
parent
2a5480da79
commit
1f41f8da23
259 changed files with 853 additions and 853 deletions
test/servers
|
@ -1,8 +1,8 @@
|
|||
import { screen, waitFor } from '@testing-library/react';
|
||||
import { Mock } from 'ts-mockery';
|
||||
import { useNavigate } from 'react-router-dom';
|
||||
import { DeleteServerModal } from '../../src/servers/DeleteServerModal';
|
||||
import { Mock } from 'ts-mockery';
|
||||
import type { ServerWithId } from '../../src/servers/data';
|
||||
import { DeleteServerModal } from '../../src/servers/DeleteServerModal';
|
||||
import { renderWithEvents } from '../__helpers__/setUpTest';
|
||||
import { TestModalWrapper } from '../__helpers__/TestModalWrapper';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue