import * as React from 'react'; import type { LocalJSXCommandContext } from '../../commands.js'; import { SkillsMenu } from '../../components/skills/SkillsMenu.js'; import type { LocalJSXCommandOnDone } from '../../types/command.js'; export async function call(onDone: LocalJSXCommandOnDone, context: LocalJSXCommandContext): Promise { return ; }