SettingsError doesn't need styles cos it uses classnames in app.less

This commit is contained in:
Red Adaya 2024-02-06 13:33:42 +08:00
parent 81c1fd43f7
commit 72231ead1d
2 changed files with 0 additions and 1155 deletions

File diff suppressed because it is too large Load Diff

View File

@ -6,8 +6,6 @@ import * as mobxReact from "mobx-react";
import * as mobx from "mobx";
import { boundMethod } from "autobind-decorator";
import "./settingserror.less";
type OV<V> = mobx.IObservableValue<V>;
@mobxReact.observer