This commit is contained in:
2025-11-06 14:43:43 +01:00
parent 28b9112781
commit 3f49e26d19
19 changed files with 3980 additions and 3366 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import React, { useCallback, useMemo } from 'react';
import { SidebarExpandIcon } from '../ui/icons';
import { createDocumentsSurface } from '../documents/DocumentsPanel';
import { createDocumentViewerSurface } from '../preview/DocumentViewerPanel';
import { createDesktopSurface } from '../DesktopWorkspace';
import { createDesktopSurface } from '../desktop/DesktopWorkspace';
export const useWorkspaceSurface = ({
sidebarCollapsed,