main.ts 263 B

1234567891011
  1. /**
  2. * Copyright © 2016-2019 Threema GmbH (https://threema.ch/).
  3. *
  4. * This file is part of Threema Web.
  5. */
  6. import {init as initComposeArea} from './compose_area';
  7. // Expose global functions
  8. (window as any).uiTests = {
  9. initComposeArea: initComposeArea,
  10. };