UNPKG
decap-cms-backend-azure
Version:
beta (3.1.4-beta.0)
latest (3.4.0)
3.4.0
3.3.0
3.2.1
3.2.0
3.1.4-beta.0
3.1.3
3.1.2
3.1.1
3.1.0
3.1.0-beta.1
3.1.0-beta.0
3.0.2
3.0.1
3.0.0
1.4.0-beta.0
Azure DevOps backend for Decap CMS
decap-cms-backend-azure
/
src
/
index.ts
11 lines
(9 loc)
•
262 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
AzureBackend
from
'./implementation'
;
import
API
from
'./API'
;
import
AuthenticationPage
from
'./AuthenticationPage'
;
export
const
DecapCmsBackendAzure
= {
AzureBackend
,
API
,
AuthenticationPage
, };
export
{
AzureBackend
,
API
,
AuthenticationPage
};