Files
cadhub/app/web/src/components/PartReactionsCell/PartReactionsCell.mock.js
2021-05-01 07:32:21 +10:00

7 lines
131 B
JavaScript

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