fix: package import location

This commit is contained in:
liyasthomas
2021-12-04 20:57:10 +05:30
parent 4a43807f34
commit 1a1f45401c

View File

@@ -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"