fix: package import location
This commit is contained in:
parent
4a43807f34
commit
1a1f45401c
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ import {
|
|||
getFirestore,
|
||||
onSnapshot,
|
||||
setDoc,
|
||||
} from "@firebase/firestore"
|
||||
} from "firebase/firestore"
|
||||
import { currentUser$ } from "./auth"
|
||||
import { applySetting, settingsStore, SettingsType } from "~/newstore/settings"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue