saleor-dashboard/cypress/fixtures/index.js

6 lines
232 B
JavaScript
Raw Normal View History

import { bodyMockHomePage } from "./bodyMocks";
import { orderDraftCreateDemoResponse } from "./errors/demo/orderDratCreate";
import { urlList } from "./urlList";
export { bodyMockHomePage, orderDraftCreateDemoResponse, urlList };