9 lines
223 B
JavaScript
9 lines
223 B
JavaScript
import TestBackend from './implementation';
|
|
import AuthenticationPage from './AuthenticationPage';
|
|
|
|
export const NetlifyCmsBackendTest = {
|
|
TestBackend,
|
|
AuthenticationPage,
|
|
};
|
|
export { TestBackend, AuthenticationPage };
|