Files
cadhub/app/web/src/components/ProjectCell/ProjectCell.mock.ts
2021-07-17 17:47:29 +10:00

7 lines
125 B
TypeScript

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