mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-05-13 03:46:41 +07:00
updated aliases
This commit is contained in:
parent
af8d270460
commit
e950d98b73
74 changed files with 300 additions and 390 deletions
|
@ -1,9 +1,9 @@
|
|||
import React from 'react';
|
||||
import { LOGOS } from '$constants/logos';
|
||||
import { Icon } from '$components/panels/Icon';
|
||||
import { LOGOS } from '~/constants/logos';
|
||||
import { Icon } from '~/components/panels/Icon';
|
||||
import classnames from 'classnames';
|
||||
import * as MAP_ACTIONS from "$redux/map/actions"
|
||||
import { selectMapLogo } from '$redux/map/selectors';
|
||||
import * as MAP_ACTIONS from "~/redux/map/actions"
|
||||
import { selectMapLogo } from '~/redux/map/selectors';
|
||||
import { connect } from 'react-redux';
|
||||
|
||||
const mapStateToProps = state => ({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue