move footer into layerUI & refactor ActionManager (#729)

This commit is contained in:
David Luzar
2020-02-07 23:46:19 +01:00
committed by GitHub
parent 88eacc9da7
commit d79293de06
7 changed files with 164 additions and 179 deletions

View File

@ -28,5 +28,4 @@ export type AppState = {
name: string;
selectedId?: string;
isResizing: boolean;
lng: string;
};