Skip to content

Commit 0a6abdf

Browse files
committed
refactor: imports of types
1 parent cb9d208 commit 0a6abdf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/nuxt/src/module.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
import { readFileSync } from 'node:fs'
2-
import { template } from 'lodash-es'
32
/**
43
* @module nuxt-vuefire
54
*/
65
import { fileURLToPath } from 'node:url'
76
import { normalize } from 'node:path'
7+
import { template } from 'lodash-es'
88
import {
99
addImports,
1010
addPlugin,
@@ -18,9 +18,9 @@ import type { FirebaseApp, FirebaseOptions } from 'firebase/app'
1818
import type { App as FirebaseAdminApp } from 'firebase-admin/app'
1919
import { markRaw } from 'vue'
2020
import { consola } from 'consola'
21-
import {
22-
type VueFireNuxtModuleOptions,
23-
type VueFireNuxtModuleOptionsResolved,
21+
import type {
22+
VueFireNuxtModuleOptions,
23+
VueFireNuxtModuleOptionsResolved,
2424
} from './module/options'
2525
import {
2626
type FirebaseEmulatorsToEnable,

0 commit comments

Comments
 (0)