diff options
Diffstat (limited to 'benchmark/packages/adapter/src/index.ts')
-rw-r--r-- | benchmark/packages/adapter/src/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/packages/adapter/src/index.ts b/benchmark/packages/adapter/src/index.ts index f2345deb0..0fc6d67f9 100644 --- a/benchmark/packages/adapter/src/index.ts +++ b/benchmark/packages/adapter/src/index.ts @@ -1,4 +1,4 @@ -import type { AstroAdapter, AstroIntegration } from 'astro'; +import type { AstroIntegration } from 'astro'; export default function createIntegration(): AstroIntegration { return { |