summaryrefslogtreecommitdiff
path: root/benchmark/packages/timer/src/server.ts
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/packages/timer/src/server.ts')
-rw-r--r--benchmark/packages/timer/src/server.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/packages/timer/src/server.ts b/benchmark/packages/timer/src/server.ts
index d33e65c00..9905a627b 100644
--- a/benchmark/packages/timer/src/server.ts
+++ b/benchmark/packages/timer/src/server.ts
@@ -1,6 +1,6 @@
+import type { IncomingMessage, ServerResponse } from 'node:http';
import type { SSRManifest } from 'astro';
import { NodeApp, applyPolyfills } from 'astro/app/node';
-import type { IncomingMessage, ServerResponse } from 'node:http';
applyPolyfills();