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