Skip to content

Commit 1a5fd36

Browse files
committed
fix(connect): remove unused http module
1 parent 7bbc99c commit 1a5fd36

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/connect/connect-trace-example.js

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import errorHandler from "./errorHandler";
33
import hello from "./hello";
44
import nosniff from "./nosniff";
55
import connect from "connect";
6-
import http from "http";
76

87
const responseText = "response text";
98
let app = connect();

0 commit comments

Comments
 (0)