fixed logo components

This commit is contained in:
Fedor Katurov 2020-01-08 12:15:00 +07:00
parent 0f31144567
commit 23c9e42bd5
4 changed files with 29 additions and 19 deletions

View file

@ -2,5 +2,6 @@ import { IState } from "$redux/store";
export const selectMap = (state: IState) => state.map;
export const selectMapProvider = (state: IState) => state.map.provider;
export const selectMapLogo = (state: IState) => state.map.logo;
export const selectMapRoute= (state: IState) => state.map.route;
export const selectMapStickers = (state: IState) => state.map.stickers;