fix: package import location
This commit is contained in:
@@ -4,7 +4,7 @@ import {
|
|||||||
getFirestore,
|
getFirestore,
|
||||||
onSnapshot,
|
onSnapshot,
|
||||||
setDoc,
|
setDoc,
|
||||||
} from "@firebase/firestore"
|
} from "firebase/firestore"
|
||||||
import { currentUser$ } from "./auth"
|
import { currentUser$ } from "./auth"
|
||||||
import { applySetting, settingsStore, SettingsType } from "~/newstore/settings"
|
import { applySetting, settingsStore, SettingsType } from "~/newstore/settings"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user