f6dac0158f
* distinguish between single month and range attribution views, add export csv modal and action * adds activity handler for mirage testing with client count work against new API * adds class for grey subtitle in modal * akes data detail titles dynamic * fix passing of glyph type * clarify mirage responses * cleanup todos
7 lines
158 B
JavaScript
7 lines
158 B
JavaScript
// add all handlers here
|
|
// individual lookup done in mirage config
|
|
import base from './base';
|
|
import activity from './activity';
|
|
|
|
export { base, activity };
|