mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-01-02 18:39:05 +01:00
remove modals.tsx as it's no longer used. rename modals.less to settings.less
This commit is contained in:
parent
5ce7b92232
commit
637915554f
File diff suppressed because it is too large
Load Diff
@ -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>;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user