mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-07-25 13:11:52 +00:00
Removed all default export except for services and reducers
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { shallow, ShallowWrapper } from 'enzyme';
|
||||
import { DropdownItem } from 'reactstrap';
|
||||
import PaginationDropdown from '../../src/utils/PaginationDropdown';
|
||||
import { PaginationDropdown } from '../../src/utils/PaginationDropdown';
|
||||
|
||||
describe('<PaginationDropdown />', () => {
|
||||
const setValue = jest.fn();
|
||||
|
||||
Reference in New Issue
Block a user