mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 11:06:40 +07:00
routes: interface initial
This commit is contained in:
parent
2cfd9067a9
commit
d11dd9043c
9 changed files with 214 additions and 7 deletions
|
@ -5,6 +5,7 @@ import { MapListDialog } from '$components/dialogs/MapListDialog';
|
|||
import classnames from 'classnames';
|
||||
import { AppInfoDialog } from '$components/dialogs/AppInfoDialog';
|
||||
import { Icon } from '$components/panels/Icon';
|
||||
import { MapListMoreDialog } from '$components/dialogs/MapListMoreDialog';
|
||||
|
||||
type Props = {
|
||||
dialog: String,
|
||||
|
@ -14,7 +15,7 @@ type Props = {
|
|||
}
|
||||
|
||||
const LEFT_DIALOGS = {
|
||||
[DIALOGS.MAP_LIST]: MapListDialog,
|
||||
[DIALOGS.MAP_LIST]: MapListMoreDialog,
|
||||
[DIALOGS.APP_INFO]: AppInfoDialog,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue