Typing Indicators
This commit is contained in:
parent
99252702e1
commit
79a861a870
23 changed files with 906 additions and 121 deletions
|
@ -105,3 +105,10 @@ export { theme, ios, locale, i18n };
|
|||
// Telling Lodash to relinquish _ for use by underscore
|
||||
// @ts-ignore
|
||||
_.noConflict();
|
||||
|
||||
// @ts-ignore
|
||||
window.log = {
|
||||
info: console.log,
|
||||
error: console.log,
|
||||
war: console.log,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue