UNPKG
decap-cms-backend-proxy
Version:
beta (3.1.5-beta.0)
latest (3.3.0)
3.3.0
3.2.0
3.1.5-beta.0
3.1.4
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.3.0-beta.0
Proxy backend for Decap CMS
decap-cms-backend-proxy
/
dist
/
esm
/
index.js
7 lines
•
222 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
ProxyBackend
from
'./implementation'
;
import
AuthenticationPage
from
'./AuthenticationPage'
;
export
const
DecapCmsBackendProxy
= {
ProxyBackend
,
AuthenticationPage
};
export
{
ProxyBackend
,
AuthenticationPage
};