ready for app-registry refactor
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import type { LayoutNode } from '@/components/Workspace';
|
||||
|
||||
export const defaultLayout: LayoutNode = {
|
||||
type: 'panel',
|
||||
id: 'terminal-screen',
|
||||
appType: 'terminal-host',
|
||||
};
|
||||
Reference in New Issue
Block a user