mirror of
https://github.com/makeplane/plane.git
synced 2026-07-11 21:10:13 +02:00
refactor: add new desktop components and update import paths for sidebar functionality
This commit is contained in:
@@ -17,7 +17,7 @@ import { AppSidebarItem } from "@/components/sidebar/sidebar-item";
|
||||
import { useAppRailPreferences } from "@/hooks/use-navigation-preferences";
|
||||
import { useAppRailVisibility } from "@/lib/app-rail/context";
|
||||
// plane web imports
|
||||
import { DesktopSidebarWorkspaceMenu } from "@/plane-web/components/desktop";
|
||||
import { DesktopSidebarWorkspaceMenu } from "@/components/desktop";
|
||||
// local imports
|
||||
import { AppSidebarItemsRoot } from "./items-root";
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ import { observer } from "mobx-react";
|
||||
import { PanelLeft } from "lucide-react";
|
||||
// hooks
|
||||
import { useAppTheme } from "@/hooks/store/use-app-theme";
|
||||
import { isSidebarToggleVisible } from "@/plane-web/components/desktop";
|
||||
import { isSidebarToggleVisible } from "@/components/desktop";
|
||||
import { IconButton } from "@plane/propel/icon-button";
|
||||
|
||||
export const AppSidebarToggleButton = observer(function AppSidebarToggleButton() {
|
||||
|
||||
Reference in New Issue
Block a user