Skip to content

Commit 5a222e8

Browse files
committed
removed type import
1 parent 9a62fbd commit 5a222e8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/services/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import CepAberto from './cepaberto'
22
import Correios from './correios'
33
import ViaCep from './viacep'
44
import { PROXY_URL } from '../utils/consts'
5-
import { type } from 'os';
65

76
function isBrowser(){
87
return typeof window !== 'undefined';

0 commit comments

Comments
 (0)