mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-07-21 03:01:51 +00:00
Minor refactoring on ImportServersBtn
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
import csvjson from 'csvjson';
|
||||
import PropTypes from 'prop-types';
|
||||
|
||||
export const serversImporterType = PropTypes.shape({
|
||||
importServersFromFile: PropTypes.func,
|
||||
});
|
||||
|
||||
export class ServersImporter {
|
||||
constructor(csvjson) {
|
||||
|
||||
Reference in New Issue
Block a user