1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/web/ synced 2025-03-30 00:00:13 +01:00
VILLASweb/app/mirage/scenarios/default.js
Markus Grigull 63a27d294c Create static layout with just one table
The whole layout and data is hardcoded as first mockup. Mirage
server mockup is added but not used yet.
2015-09-26 16:34:31 +02:00

7 lines
190 B
JavaScript

export default function(/* server */) {
// Seed your development database using your factories. This
// data will not be loaded in your tests.
// server.createList('contact', 10);
}