mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-26 03:26:41 +07:00
updated aliases
This commit is contained in:
parent
af8d270460
commit
e950d98b73
74 changed files with 300 additions and 390 deletions
|
@ -1,25 +1,25 @@
|
|||
// @flow
|
||||
import React from 'react';
|
||||
|
||||
import { EditorPanel } from '$components/panels/EditorPanel';
|
||||
import { Fills } from '$components/Fills';
|
||||
import { UserPanel } from '$components/panels/UserPanel';
|
||||
import { EditorPanel } from '~/components/panels/EditorPanel';
|
||||
import { Fills } from '~/components/Fills';
|
||||
import { UserPanel } from '~/components/panels/UserPanel';
|
||||
import { connect } from 'react-redux';
|
||||
import { bindActionCreators } from 'redux';
|
||||
|
||||
import { hot } from 'react-hot-loader';
|
||||
import { Renderer } from '$components/renderer/Renderer';
|
||||
import { hideRenderer, setDialogActive } from '$redux/user/actions';
|
||||
import { Cursor } from '$components/Cursor';
|
||||
import { LeftDialog } from '$containers/LeftDialog';
|
||||
import { TopLeftPanel } from '$components/panels/TopLeftPanel';
|
||||
import { TopRightPanel } from '$components/panels/TopRightPanel';
|
||||
import { LogoPreview } from '$components/logo/LogoPreview';
|
||||
import { IStickerPack } from '$constants/stickers';
|
||||
import { IDialogs } from '$constants/dialogs';
|
||||
import { Renderer } from '~/components/renderer/Renderer';
|
||||
import { hideRenderer, setDialogActive } from '~/redux/user/actions';
|
||||
import { Cursor } from '~/components/Cursor';
|
||||
import { LeftDialog } from '~/containers/LeftDialog';
|
||||
import { TopLeftPanel } from '~/components/panels/TopLeftPanel';
|
||||
import { TopRightPanel } from '~/components/panels/TopRightPanel';
|
||||
import { LogoPreview } from '~/components/logo/LogoPreview';
|
||||
import { IStickerPack } from '~/constants/stickers';
|
||||
import { IDialogs } from '~/constants/dialogs';
|
||||
|
||||
import { Map } from '$containers/map/Map';
|
||||
import { IRootReducer } from '$redux/user';
|
||||
import { Map } from '~/containers/map/Map';
|
||||
import { IRootReducer } from '~/redux/user';
|
||||
|
||||
type Props = {
|
||||
sticker: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue