User import type (#28)

This commit is contained in:
Jaco Greeff
2020-12-07 12:46:14 +01:00
committed by GitHub
parent e3f41ac628
commit 0d1651568a
3 changed files with 47 additions and 79 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
// Copyright 2020 @polkadot/phishing authors & contributors
// SPDX-License-Identifier: Apache-2.0
import { HostList } from './types';
import type { HostList } from './types';
import fetch from '@polkadot/x-fetch';