fix(mobile): apply same fix about jquery

This commit is contained in:
Elian Doran
2025-05-18 00:01:53 +03:00
parent c1648f9742
commit c0c79b123f
5 changed files with 121 additions and 121 deletions

View File

@@ -0,0 +1,5 @@
import $ from "jquery";
(window as any).$ = $;
(window as any).jQuery = $;
$("body").show();