diff --git a/src/renderer/components/+extensions/install.tsx b/src/renderer/components/+extensions/install.tsx index 9ed4cb0a9a..aab8477deb 100644 --- a/src/renderer/components/+extensions/install.tsx +++ b/src/renderer/components/+extensions/install.tsx @@ -29,7 +29,7 @@ import { SubTitle } from "../layout/sub-title"; import { TooltipPosition } from "../tooltip"; import { ExtensionInstallationStateStore } from "./extension-install.store"; import { observer } from "mobx-react"; -import { MaterialTooltip } from "../+catalog/material-tooltip/material-tooltip"; +import { MaterialTooltip } from "../material-tooltip/material-tooltip"; interface Props { installPath: string; diff --git a/src/renderer/components/hotbar/hotbar-icon.tsx b/src/renderer/components/hotbar/hotbar-icon.tsx index 7c567ff681..2968e63be5 100644 --- a/src/renderer/components/hotbar/hotbar-icon.tsx +++ b/src/renderer/components/hotbar/hotbar-icon.tsx @@ -30,7 +30,7 @@ import type { CatalogEntityContextMenu } from "../../../common/catalog"; import { cssNames, IClassName, iter } from "../../utils"; import { ConfirmDialog } from "../confirm-dialog"; import { Menu, MenuItem } from "../menu"; -import { MaterialTooltip } from "../+catalog/material-tooltip/material-tooltip"; +import { MaterialTooltip } from "../material-tooltip/material-tooltip"; import { observer } from "mobx-react"; interface Props extends DOMAttributes { diff --git a/src/renderer/components/hotbar/hotbar-selector.tsx b/src/renderer/components/hotbar/hotbar-selector.tsx index 63041a5d38..0e74f0e9a2 100644 --- a/src/renderer/components/hotbar/hotbar-selector.tsx +++ b/src/renderer/components/hotbar/hotbar-selector.tsx @@ -27,7 +27,7 @@ import { Hotbar, HotbarStore } from "../../../common/hotbar-store"; import { CommandOverlay } from "../command-palette"; import { HotbarSwitchCommand } from "./hotbar-switch-command"; import { hotbarDisplayIndex } from "./hotbar-display-label"; -import { MaterialTooltip } from "../+catalog/material-tooltip/material-tooltip"; +import { MaterialTooltip } from "../material-tooltip/material-tooltip"; interface Props { hotbar: Hotbar; diff --git a/src/renderer/components/+catalog/material-tooltip/material-tooltip.tsx b/src/renderer/components/material-tooltip/material-tooltip.tsx similarity index 100% rename from src/renderer/components/+catalog/material-tooltip/material-tooltip.tsx rename to src/renderer/components/material-tooltip/material-tooltip.tsx