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

7 lines
128 B
TypeScript

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