massive refactor toDrop cascadeStudio and add CadQuery + OpenSCAD
resolves #400
This commit is contained in:
6
app/web/src/components/ProjectCell/ProjectCell.mock.ts
Normal file
6
app/web/src/components/ProjectCell/ProjectCell.mock.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
// Define your own mock data here:
|
||||
export const standard = (/* vars, { ctx, req } */) => ({
|
||||
project: {
|
||||
id: 42,
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user