7 lines
145 B
TypeScript
7 lines
145 B
TypeScript
import { createHoppApp } from "@hoppscotch/common"
|
|
import { def as authDef } from "./firebase/auth"
|
|
|
|
createHoppApp("#app", {
|
|
auth: authDef,
|
|
})
|