UNPKG

decap-cms-backend-bitbucket

Version:

Bitbucket backend for Decap CMS

11 lines (9 loc) 278 B
import BitbucketBackend from './implementation'; import API from './API'; import AuthenticationPage from './AuthenticationPage'; export const DecapCmsBackendBitbucket = { BitbucketBackend, API, AuthenticationPage, }; export { BitbucketBackend, API, AuthenticationPage };