Skip to content

Commit

Permalink
fix: using relative import. fixes problems with intellisense in vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyr-7D1h committed Jul 19, 2021
1 parent 7adf8f7 commit 35de1c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v3/verifier.ts
@@ -1,9 +1,9 @@
import { isEmpty } from 'ramda';
import { ProxyOptions, StateHandlers } from 'dsl/verifier/proxy/types';

import * as express from 'express';
import * as http from 'http';
import * as url from 'url';
import { ProxyOptions, StateHandlers } from '../dsl/verifier/proxy/types';
import { localAddresses } from '../common/net';
import { createProxy, waitForServerReady } from '../dsl/verifier/proxy';

Expand Down

0 comments on commit 35de1c5

Please sign in to comment.