Fix import of replaceEnvironments in fb.js
This commit is contained in:
parent
6ea9d16f87
commit
d9aa965069
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ import {
|
|||
graphqlCollectionStore,
|
||||
setGraphqlCollections,
|
||||
} from "~/newstore/collections"
|
||||
import { environments$ } from "~/newstore/environments"
|
||||
import { environments$, replaceEnvironments } from "~/newstore/environments"
|
||||
|
||||
// Initialize Firebase, copied from cloud console
|
||||
const firebaseConfig = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue