remove modals.tsx as it's no longer used. rename modals.less to settings.less (#271)

This commit is contained in:
Red J Adaya
2024-02-02 00:02:45 -03:00
committed by GitHub
parent 51ee7bef61
commit 3a9f6dec6d
3 changed files with 1 additions and 1834 deletions
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -26,7 +26,7 @@ import { ReactComponent as SquareIcon } from "../../assets/icons/tab/square.svg"
import { ReactComponent as GlobeIcon } from "../../assets/icons/globe.svg";
import { ReactComponent as StatusCircleIcon } from "../../assets/icons/statuscircle.svg";
import "./modals.less";
import "./settings.less";
type OV<V> = mobx.IObservableValue<V>;