We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c90d4e2 commit c6a63d4Copy full SHA for c6a63d4
src/module.ts
@@ -1,3 +1,5 @@
1
+import { resolve } from 'path'
2
+import { fileURLToPath } from 'url'
3
import {
4
addComponent,
5
addImportsSources,
@@ -6,9 +8,7 @@ import {
6
8
useLogger
7
9
} from '@nuxt/kit'
10
import { defu } from 'defu'
-import { resolve } from 'path'
11
import { defineUnimportPreset } from 'unimport'
-import { fileURLToPath } from 'url'
12
13
const MODULE_NAME = 'nuxt-vue3-google-signin'
14
0 commit comments