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