UNPKG

decap-cms-backend-azure

Version:

Azure DevOps backend for Decap CMS

11 lines (9 loc) 262 B
import AzureBackend from './implementation'; import API from './API'; import AuthenticationPage from './AuthenticationPage'; export const DecapCmsBackendAzure = { AzureBackend, API, AuthenticationPage, }; export { AzureBackend, API, AuthenticationPage };