UNPKG

decap-cms-backend-azure

Version:

Azure DevOps backend for Decap CMS

9 lines 259 B
import AzureBackend from './implementation'; import API from './API'; import AuthenticationPage from './AuthenticationPage'; export const DecapCmsBackendAzure = { AzureBackend, API, AuthenticationPage }; export { AzureBackend, API, AuthenticationPage };