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

4 lines
161 B
JavaScript

import { ATTRIBUTES_DETAILS } from "./attributes_details";
import { ATTRIBUTES_LIST } from "./attributes_list";
export { ATTRIBUTES_DETAILS, ATTRIBUTES_LIST };