This commit is contained in:
Renan LE CARO 2025-04-29 19:34:56 +02:00
parent 99930cb77f
commit 4c66cc820c
3 changed files with 14 additions and 7 deletions

View file

@ -1,7 +1,6 @@
import { t } from "./i18n/i18n";
import { isOptionOn } from "./options";
import { hideAnyTooltip } from "./tooltip";
export let alertsOpen = 0,
closeModal: null | (() => void) = null;