pull/12117/head jitsi-meet_7735
Saúl Ibarra Corretgé 2 years ago committed by Saúl Ibarra Corretgé
parent 7e7107d45a
commit 8b4f2495dc
  1. 6
      app.js

@ -1,5 +1,11 @@
/* application specific logic */
// Re-export jQuery
// FIXME: Remove this requirement from torture tests.
import $ from 'jquery';
window.$ = window.jQuery = $;
import '@matrix-org/olm';
import 'focus-visible';

Loading…
Cancel
Save