9 lines
223 B
JavaScript
Raw Normal View History

2019-03-18 12:47:58 -07:00
import TestBackend from './implementation';
import AuthenticationPage from './AuthenticationPage';
export const NetlifyCmsBackendTest = {
2019-03-18 12:47:58 -07:00
TestBackend,
AuthenticationPage,
};
2019-03-18 12:47:58 -07:00
export { TestBackend, AuthenticationPage };