mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-05-22 16:24:47 +07:00
updated aliases
This commit is contained in:
parent
af8d270460
commit
e950d98b73
74 changed files with 300 additions and 390 deletions
|
@ -1,12 +1,12 @@
|
|||
// @flow
|
||||
import React from "react";
|
||||
import { Icon } from "$components/panels/Icon";
|
||||
import { MapListDialog } from "$components/dialogs/MapListDialog";
|
||||
import { Tooltip } from "$components/panels/Tooltip";
|
||||
import { Icon } from "~/components/panels/Icon";
|
||||
import { MapListDialog } from "~/components/dialogs/MapListDialog";
|
||||
import { Tooltip } from "~/components/panels/Tooltip";
|
||||
import { ReactElement } from "react";
|
||||
import classnames from "classnames";
|
||||
import { toggleRouteStarred } from "$redux/user/actions";
|
||||
import { TABS } from "$constants/dialogs";
|
||||
import { toggleRouteStarred } from "~/redux/user/actions";
|
||||
import { TABS } from "~/constants/dialogs";
|
||||
|
||||
interface Props {
|
||||
tab: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue