Rename test-only MessageParents to ConversationContext

This commit is contained in:
Scott Nonnenberg
2018-04-05 12:41:48 -07:00
parent 61a7846149
commit cdd16c9780
7 changed files with 35 additions and 44 deletions

View File

@@ -8,7 +8,7 @@ import ReactDOM from 'react-dom';
// Helper components used in the styleguide, exposed at 'util' in the global scope via the
// context option in react-styleguidist.
export { MessageParents } from './MessageParents';
export { ConversationContext } from './ConversationContext';
export { BackboneWrapper } from './BackboneWrapper';
// Here we can make things inside Webpack available to Backbone views like preload.js.