chore: move history firebase things to hoppscotch-web (#2954)
This commit is contained in:
@@ -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,
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user