9 lines
247 B
TypeScript
Raw Normal View History

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