Skip to content

Commit f19959b

Browse files
committed
chore: remove dead code
1 parent 14ebc8c commit f19959b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/globals.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
import { FirebaseApp } from 'firebase/app'
22
import { App, EffectScope, effectScope } from 'vue'
33

4-
/**
5-
* Internal scope for globals
6-
* @internal
7-
*/
8-
const scope = effectScope(true)
9-
104
// @internal
115
const scopeMap = new WeakMap<FirebaseApp, EffectScope>()
126

0 commit comments

Comments
 (0)