Front end of the Slack clone application.

123456
  1. /** PURE_IMPORTS_START .._.._Observable,.._.._observable_of PURE_IMPORTS_END */
  2. import { Observable } from '../../Observable';
  3. import { of as staticOf } from '../../observable/of';
  4. Observable.of = staticOf;
  5. //# sourceMappingURL=of.js.map