rename skeuo to desktop
This commit is contained in:
@@ -32,7 +32,7 @@ import Sidebar from './sidebar/Sidebar';
|
||||
import { ChevronsRightIcon } from './ui/icons';
|
||||
import { createDocumentsSurface } from './documents/DocumentsTable';
|
||||
import { createPreviewSurface } from './preview/PreviewWorkspace';
|
||||
import { createSkeuomorphicSurface } from './skeuomorphic_ws';
|
||||
import { createDesktopSurface } from './DesktopWorkspace';
|
||||
import { AppShellContext, useAppShell } from './appShellContext';
|
||||
|
||||
const runtimeApiBase =
|
||||
@@ -5526,7 +5526,7 @@ const DocumentsRoute = () => {
|
||||
if (!isWorkspace) {
|
||||
return null;
|
||||
}
|
||||
return createSkeuomorphicSurface({
|
||||
return createDesktopSurface({
|
||||
workspaceProps: skeuoWorkspaceProps,
|
||||
renderSidebarToggle,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user