Add missing shim, fix typo

This commit is contained in:
Scott Nonnenberg 2018-04-05 08:31:19 -07:00
parent ed12e1b076
commit 887abd75dd
No known key found for this signature in database
GPG key ID: 5F82280C35134661
2 changed files with 4 additions and 2 deletions

View file

@ -1,5 +1,5 @@
// Helper components used in the styleguide, exposed at 'util' in the global scope via the
// context option in reaat-styleguidist.
// context option in react-styleguidist.
export { MessageParents } from './MessageParents';
export { BackboneWrapper } from './BackboneWrapper';