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