Add missing shim, fix typo
This commit is contained in:
parent
ed12e1b076
commit
887abd75dd
2 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
// Helper components used in the styleguide, exposed at 'util' in the global scope via the
|
// 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 { MessageParents } from './MessageParents';
|
||||||
export { BackboneWrapper } from './BackboneWrapper';
|
export { BackboneWrapper } from './BackboneWrapper';
|
||||||
|
|
|
@ -13,7 +13,9 @@ window.Signal = {};
|
||||||
window.Signal.Backup = {};
|
window.Signal.Backup = {};
|
||||||
window.Signal.Crypto = {};
|
window.Signal.Crypto = {};
|
||||||
window.Signal.Logs = {};
|
window.Signal.Logs = {};
|
||||||
window.Signal.Migrations = {};
|
window.Signal.Migrations = {
|
||||||
|
getPlaceholderMigrations: () => {},
|
||||||
|
};
|
||||||
|
|
||||||
window.Signal.React = window.Signal.React = {};
|
window.Signal.React = window.Signal.React = {};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue