9 lines
247 B
JavaScript
9 lines
247 B
JavaScript
import GitGatewayBackend from './implementation';
|
|
import AuthenticationPage from './AuthenticationPage';
|
|
|
|
export const NetlifyCmsBackendGitGateway = {
|
|
GitGatewayBackend,
|
|
AuthenticationPage,
|
|
};
|
|
export { GitGatewayBackend, AuthenticationPage };
|