import type { LayoutNode } from 'officerdev'; export const defaultLayout: LayoutNode = { type: 'group', id: 'soulseek-root', direction: 'horizontal', children: [ { node: { type: 'panel', id: 'soulseek-nav', appType: 'soulseek-nav' }, size: 22 }, { node: { type: 'panel', id: 'soulseek-view', appType: 'soulseek-view' }, size: 78 }, ], };