chore(module): update addTemplates export

This commit is contained in:
Benjamin Canac
2024-04-02 16:03:46 +02:00
parent 48fc683831
commit 54aa892bf0
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
import { defu } from 'defu'
import { createResolver, defineNuxtModule, addComponentsDir, addImportsDir, addVitePlugin, addPlugin, installModule } from '@nuxt/kit'
import tailwindcss from '@tailwindcss/vite'
import addTemplates from './templates'
import { addTemplates } from './templates'
import icons from './theme/icons'
export interface ModuleOptions {