WorkspaceLayout in officerdev workspace
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import type { LayoutNode } from '@/components/Workspace';
|
||||
import { WorkspaceView } from '@/components/Workspace';
|
||||
import type { LayoutNode } from 'officerdev';
|
||||
import { WorkspaceView } from 'officerdev';
|
||||
import { useWorkspacesState } from 'state/useWorkspacesState';
|
||||
import { defaultLayout } from './defaultLayout';
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { LayoutNode } from '@/components/Workspace';
|
||||
import type { LayoutNode } from 'officerdev';
|
||||
|
||||
export const defaultLayout: LayoutNode = {
|
||||
type: 'group',
|
||||
|
||||
Reference in New Issue
Block a user