saleor-dashboard/cypress/elements/customer/index.js

5 lines
192 B
JavaScript
Raw Normal View History

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