import { createHoppApp } from "@hoppscotch/common" 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, sync: { environments: envDef, collections: collectionsDef, settings: settingsDef, history: historyDef, }, })