UNPKG

decap-cms-backend-bitbucket

Version:

Bitbucket backend for Decap CMS

9 lines 275 B
import BitbucketBackend from './implementation'; import API from './API'; import AuthenticationPage from './AuthenticationPage'; export const DecapCmsBackendBitbucket = { BitbucketBackend, API, AuthenticationPage }; export { BitbucketBackend, API, AuthenticationPage };