Files
cadhub/web/src/components/IdePartCell/IdePartCell.mock.js
Kurt Hutten 9db76458d1 Revert "Move app into app directory"
This reverts commit 5c53902caf.
2021-05-01 07:29:45 +10:00

7 lines
125 B
JavaScript

// Define your own mock data here:
export const standard = (/* vars, { ctx, req } */) => ({
idePart: {
id: 42,
},
})