Skip to content
This repository has been archived by the owner on Nov 18, 2023. It is now read-only.

Commit

Permalink
fix: incorrect import path
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Nov 4, 2022
1 parent 13a0529 commit e1d569c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benchmarks/index.ts
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit e1d569c

Please sign in to comment.