2019-03-18 12:47:58 -07:00
|
|
|
import GitLabBackend from './implementation';
|
2019-03-16 15:44:29 -07:00
|
|
|
import API from './API';
|
|
|
|
import AuthenticationPage from './AuthenticationPage';
|
|
|
|
|
|
|
|
export const NetlifyCmsBackendGitlab = {
|
2019-03-18 12:47:58 -07:00
|
|
|
GitLabBackend,
|
2019-03-16 15:44:29 -07:00
|
|
|
API,
|
|
|
|
AuthenticationPage,
|
|
|
|
};
|
2019-03-18 12:47:58 -07:00
|
|
|
export { GitLabBackend, API, AuthenticationPage };
|