| 20 | } |
| 21 | |
| 22 | interface Props { |
| 23 | vm: ViewModel<unknown, GroupViewActions>; |
| 24 | } |
| 25 | |
| 26 | /** |
| 27 | * This the root component for collapsible left panel. Based on {@link Group} from react-resizable-panels. |
nothing calls this directly
no outgoing calls
no test coverage detected