mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-21 16:38:23 +01:00
remove modals.tsx as it's no longer used. rename modals.less to settings.less (#271)
This commit is contained in:
parent
51ee7bef61
commit
3a9f6dec6d
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