(color: string)
| 63 | ); |
| 64 | const getBg = (color: string) => `bg-${color}-200`; |
| 65 | const getText = (color: string) => `text-${color}-700`; |
| 66 | const iconGrid = 'grid grid-cols-10 gap-4'; |
| 67 | const [search, setSearch] = useState(''); |
| 68 | return ( |
no outgoing calls
no test coverage detected