UNPKG

lml-main

Version:

This is now a mono repository published into many standalone packages.

12 lines 354 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const initialCustomersDataState = []; // there are no customer actions yet exports.customerDataReducer = (state = initialCustomersDataState, action) => { switch (action.type) { default: { return state; } } }; //# sourceMappingURL=data.js.map