| 16 | export const commandMenuExampleControls = [] as const; |
| 17 | |
| 18 | export type CommandMenuExampleProps = Record<string, never>; |
| 19 | |
| 20 | export const CommandMenuExampleScene = (_p: CommandMenuExampleProps = {}) => { |
| 21 | const frame = useCurrentFrame(); |
nothing calls this directly
no outgoing calls
no test coverage detected