UNPKG

netlify-cms-backend-bitbucket

Version:
11 lines (9 loc) 280 B
import BitbucketBackend from './implementation'; import API from './API'; import AuthenticationPage from './AuthenticationPage'; export const NetlifyCmsBackendBitbucket = { BitbucketBackend, API, AuthenticationPage, }; export { BitbucketBackend, API, AuthenticationPage };