fix: fix umd builds (#2214)
This commit is contained in:
committed by
Shawn Erquhart
parent
e906091c8f
commit
e04f6bec1d
@ -1,10 +1,10 @@
|
||||
import Control from './implementation';
|
||||
import GitLabBackend from './implementation';
|
||||
import API from './API';
|
||||
import AuthenticationPage from './AuthenticationPage';
|
||||
|
||||
export const NetlifyCmsBackendGitlab = {
|
||||
Control,
|
||||
GitLabBackend,
|
||||
API,
|
||||
AuthenticationPage,
|
||||
};
|
||||
export { Control, API, AuthenticationPage };
|
||||
export { GitLabBackend, API, AuthenticationPage };
|
||||
|
Reference in New Issue
Block a user