open-vault/ui/mirage/handlers/index.js
claire bontempo f6dac0158f
UI/Attribution component updates (#13642)
* 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
2022-01-13 10:32:14 -08:00

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 };