// // Copyright 2025 DXOS.org // import React from 'react'; import { withTheme, type Meta } from '@dxos/storybook-utils'; import { withPluginManager } from './withPluginManager'; import { Capabilities, createSurface } from '../common'; import { contributes } from '../core'; import { Surface } from '../react'; const DefaultStory = () => { console.log('Render'); return (