(library: Library)
| 28 | } |
| 29 | |
| 30 | export function getLibraryIcon(library: Library): React.ReactNode { |
| 31 | switch (library) { |
| 32 | case 'react-aria': |
| 33 | return <ReactAriaLogo />; |
| 34 | default: |
| 35 | return <AdobeLogo />; |
| 36 | } |
| 37 | } |
no outgoing calls
no test coverage detected