Better solution for #298

This commit is contained in:
the-djmaze 2022-03-22 16:24:58 +01:00
parent 1833388ea4
commit 91327a3c6c
6 changed files with 31 additions and 27 deletions

View file

@ -1,5 +1,6 @@
import { Scope } from 'Common/Enums';
import { elementById, exitFullscreen } from 'Common/Globals';
import { elementById } from 'Common/Globals';
import { exitFullscreen } from 'Common/Fullscreen';
import { addObservablesTo, addSubscribablesTo } from 'External/ko';
import { AppUserStore } from 'Stores/User/App';