chore: fix lint error

This commit is contained in:
Pooya Parsa 2021-03-28 23:15:24 +02:00
parent 636d1e38bb
commit 5b146c0c88

View File

@ -4,7 +4,7 @@ import { dirname } from 'path'
import isPlainObject from 'lodash/isPlainObject'
import consola from 'consola'
import Hookable from 'hookable'
import { loadNuxtConfig } from '@nuxt/kit'
import { LoadNuxtOptions, loadNuxtConfig } from '@nuxt/kit'
import { version } from '../package.json'
import ModuleContainer from './module'