11 lines
268 B
TypeScript
Raw Normal View History

2019-03-18 12:47:58 -07:00
import GitHubBackend from './implementation';
import API from './API';
import AuthenticationPage from './AuthenticationPage';
export const NetlifyCmsBackendGithub = {
2019-03-18 12:47:58 -07:00
GitHubBackend,
API,
AuthenticationPage,
};
2019-03-18 12:47:58 -07:00
export { GitHubBackend, API, AuthenticationPage };