Skip to content

Commit

Permalink
fix(module): defu default import after v6 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Apr 13, 2022
1 parent 0108872 commit 97dcc4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { fileURLToPath } from 'url'
import defu from 'defu'
import { defu } from 'defu'
import { resolve } from 'pathe'
import { defineNuxtModule, addPlugin, extendViteConfig } from '@nuxt/kit'
import type { CookieOptions } from 'nuxt3/dist/app/composables/cookie'
Expand Down

0 comments on commit 97dcc4e

Please sign in to comment.