This commit is contained in:
8
node_modules/decap-cms-backend-proxy/src/index.ts
generated
vendored
Normal file
8
node_modules/decap-cms-backend-proxy/src/index.ts
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import ProxyBackend from './implementation';
|
||||
import AuthenticationPage from './AuthenticationPage';
|
||||
|
||||
export const DecapCmsBackendProxy = {
|
||||
ProxyBackend,
|
||||
AuthenticationPage,
|
||||
};
|
||||
export { ProxyBackend, AuthenticationPage };
|
||||
Reference in New Issue
Block a user