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 11:02:45 +08:00 committed by GitHub
parent 51ee7bef61
commit 3a9f6dec6d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 1 additions and 1834 deletions

File diff suppressed because it is too large Load Diff

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 GlobeIcon } from "../../assets/icons/globe.svg";
import { ReactComponent as StatusCircleIcon } from "../../assets/icons/statuscircle.svg"; import { ReactComponent as StatusCircleIcon } from "../../assets/icons/statuscircle.svg";
import "./modals.less"; import "./settings.less";
type OV<V> = mobx.IObservableValue<V>; type OV<V> = mobx.IObservableValue<V>;