sentryAppComponentActions.tsx 149 B

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