metricTagActions.tsx 141 B

12345
  1. import Reflux from 'reflux';
  2. const MetricsTagActions = Reflux.createActions(['loadMetricsTagsSuccess']);
  3. export default MetricsTagActions;