fixup!
This commit is contained in:
parent
7e7107d45a
commit
8b4f2495dc
6
app.js
6
app.js
|
@ -1,5 +1,11 @@
|
||||||
/* application specific logic */
|
/* application specific logic */
|
||||||
|
|
||||||
|
// Re-export jQuery
|
||||||
|
// FIXME: Remove this requirement from torture tests.
|
||||||
|
import $ from 'jquery';
|
||||||
|
|
||||||
|
window.$ = window.jQuery = $;
|
||||||
|
|
||||||
import '@matrix-org/olm';
|
import '@matrix-org/olm';
|
||||||
|
|
||||||
import 'focus-visible';
|
import 'focus-visible';
|
||||||
|
|
Loading…
Reference in New Issue