diff --git a/static_src/stores/org_store.js b/static_src/stores/org_store.js index 15d24307..815ed3ea 100644 --- a/static_src/stores/org_store.js +++ b/static_src/stores/org_store.js @@ -1,3 +1,7 @@ +/* + * Store for org data. Will store and update org data on changes from UI and + * server. + */ import PropTypes from 'prop-types'; import AppDispatcher from '../dispatcher';