mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-05-04 23:46:40 +07:00
updated aliases
This commit is contained in:
parent
af8d270460
commit
e950d98b73
74 changed files with 300 additions and 390 deletions
|
@ -1,10 +1,10 @@
|
|||
import React, { createElement } from 'react';
|
||||
import { DIALOGS, IDialogs } from '$constants/dialogs';
|
||||
import { DIALOGS, IDialogs } from '~/constants/dialogs';
|
||||
import classnames from 'classnames';
|
||||
import { AppInfoDialog } from '$components/dialogs/AppInfoDialog';
|
||||
import { Icon } from '$components/panels/Icon';
|
||||
import { MapListDialog } from '$components/dialogs/MapListDialog';
|
||||
import * as USER_ACTIONS from '$redux/user/actions';
|
||||
import { AppInfoDialog } from '~/components/dialogs/AppInfoDialog';
|
||||
import { Icon } from '~/components/panels/Icon';
|
||||
import { MapListDialog } from '~/components/dialogs/MapListDialog';
|
||||
import * as USER_ACTIONS from '~/redux/user/actions';
|
||||
|
||||
interface Props {
|
||||
dialog: keyof IDialogs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue