UNPKG

@dotinc/bouncer-admin

Version:
6 lines (5 loc) 245 B
export { backendConfig } from "./config/backend"; export { frontendConfig } from "./config/frontend"; export { initFrontend } from "./common/initFrontend"; export { AuthPage, AuthProvider } from "./auth"; export { AppProvider } from "./common";