6 lines
293 B
JavaScript
6 lines
293 B
JavaScript
/* eslint-disable import/no-duplicates */
|
|
import * as MENU_SELECTORS from "./left-menu/left-menu-selectors";
|
|
import * as LOGIN_SELECTORS from "./login-selectors";
|
|
import * as SET_PASSWORD_SELECTORS from "./login-selectors";
|
|
|
|
export { MENU_SELECTORS, LOGIN_SELECTORS, SET_PASSWORD_SELECTORS };
|