saleor-dashboard/cypress/elements/customer/index.js
wojteknowacki bf532939e2
Test navigation refactor (#3294)
* naviagtion aka permissions refactor
2023-03-09 09:18:07 +01:00

4 lines
192 B
JavaScript

import { CUSTOMER_DETAILS_SELECTORS } from "./customer-details";
import { CUSTOMERS_LIST_SELECTORS } from "./customers-list";
export { CUSTOMER_DETAILS_SELECTORS, CUSTOMERS_LIST_SELECTORS };