From e1d569cb4c55863c38337a48a02ffd92f86a823b Mon Sep 17 00:00:00 2001 From: Harminder Virk Date: Fri, 4 Nov 2022 15:27:08 +0530 Subject: [PATCH] fix: incorrect import path --- benchmarks/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/benchmarks/index.ts b/benchmarks/index.ts index d536b27..25a8dd2 100644 --- a/benchmarks/index.ts +++ b/benchmarks/index.ts @@ -1,7 +1,7 @@ -import Middie from 'middie/engine' +import Middie from 'middie' +import { Socket } from 'net' import Fastseries from 'fastseries' import { IncomingMessage } from 'http' -import { Socket } from 'net' import { Suite, Deferred } from 'benchmark' import { Middleware } from '../index'