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

5 lines
161 B
JavaScript
Raw Normal View History

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