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

4 lines
141 B
JavaScript

import { SALES_SELECTORS } from "./sales";
import { VOUCHERS_SELECTORS } from "./vouchers";
export { SALES_SELECTORS, VOUCHERS_SELECTORS };