UNPKG

decap-cms-backend-proxy

Version:

Proxy backend for Decap CMS

7 lines 222 B
import ProxyBackend from './implementation'; import AuthenticationPage from './AuthenticationPage'; export const DecapCmsBackendProxy = { ProxyBackend, AuthenticationPage }; export { ProxyBackend, AuthenticationPage };