diff --git a/packages/nitro/src/index.ts b/packages/nitro/src/index.ts index 7062eaef5a..da143f39c2 100644 --- a/packages/nitro/src/index.ts +++ b/packages/nitro/src/index.ts @@ -1,4 +1,3 @@ -import hasha from 'hasha' import type { Module } from '@nuxt/types' import { build } from './build' import { getoptions } from './config'