import { IEditorState } from "@store";
export const mapStateSelector = (state: IEditorState) => state.map;