| 6 | import { renderEmptyStateHtml, renderSharedCardHtml } from "./card-render"; |
| 7 | |
| 8 | export interface RenderableSkillFile { |
| 9 | name: string; |
| 10 | path: string; |
| 11 | } |
| 12 | |
| 13 | export interface RenderableSkill { |
| 14 | id: string; |
nothing calls this directly
no outgoing calls
no test coverage detected