This commit is contained in:
10
node_modules/decap-cms-backend-github/src/index.ts
generated
vendored
Normal file
10
node_modules/decap-cms-backend-github/src/index.ts
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import GitHubBackend from './implementation';
|
||||
import API from './API';
|
||||
import AuthenticationPage from './AuthenticationPage';
|
||||
|
||||
export const DecapCmsBackendGithub = {
|
||||
GitHubBackend,
|
||||
API,
|
||||
AuthenticationPage,
|
||||
};
|
||||
export { GitHubBackend, API, AuthenticationPage };
|
||||
Reference in New Issue
Block a user