remove modals.tsx as it's no longer used. rename modals.less to settings.less

This commit is contained in:
Red Adaya 2024-02-02 10:55:26 +08:00
parent 5ce7b92232
commit 637915554f
3 changed files with 1 additions and 1845 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 StatusCircleIcon } from "../../assets/icons/statuscircle.svg";
import "./modals.less";
import "./settings.less";
type OV<V> = mobx.IObservableValue<V>;