chore(deps): add @types/dedent

This commit is contained in:
Robert Soriano
2022-06-18 21:02:44 -07:00
parent 07693009f8
commit 4c9850fafc
3 changed files with 7 additions and 1 deletions

View File

@@ -1,7 +1,6 @@
import { fileURLToPath } from 'url'
import { join, resolve } from 'pathe'
import { defu } from 'defu'
// @ts-expect-error: No types
import dedent from 'dedent'
import { addAutoImport, addPlugin, addServerHandler, addTemplate, defineNuxtModule } from '@nuxt/kit'