6 lines
251 B
JavaScript
6 lines
251 B
JavaScript
![]() |
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 };
|