Skip to content

Commit c6a63d4

Browse files
authored
fix linter errors
1 parent c90d4e2 commit c6a63d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/module.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import { resolve } from 'path'
2+
import { fileURLToPath } from 'url'
13
import {
24
addComponent,
35
addImportsSources,
@@ -6,9 +8,7 @@ import {
68
useLogger
79
} from '@nuxt/kit'
810
import { defu } from 'defu'
9-
import { resolve } from 'path'
1011
import { defineUnimportPreset } from 'unimport'
11-
import { fileURLToPath } from 'url'
1212

1313
const MODULE_NAME = 'nuxt-vue3-google-signin'
1414

0 commit comments

Comments
 (0)