This commit is contained in:
Saúl Ibarra Corretgé 2022-08-30 13:21:24 +02:00 committed by Saúl Ibarra Corretgé
parent 7e7107d45a
commit 8b4f2495dc
1 changed files with 6 additions and 0 deletions

6
app.js
View File

@ -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';