chore: move history firebase things to hoppscotch-web (#2954)

This commit is contained in:
Akash K
2023-03-30 00:09:08 +05:30
committed by GitHub
parent a66a2f5645
commit cc802b1e9f
5 changed files with 28 additions and 14 deletions

View File

@@ -3,6 +3,7 @@ import { def as authDef } from "./firebase/auth"
import { def as envDef } from "./environments"
import { def as collectionsDef } from "./collections"
import { def as settingsDef } from "./settings"
import { def as historyDef } from "./history"
createHoppApp("#app", {
auth: authDef,
@@ -10,5 +11,6 @@ createHoppApp("#app", {
environments: envDef,
collections: collectionsDef,
settings: settingsDef,
history: historyDef,
},
})