| 18 | const { data, status, } = useQuery( 'exploitdb', fetchApi ); |
| 19 | |
| 20 | interface IExploitDB { |
| 21 | title: any; |
| 22 | link: string; |
| 23 | pubDate: string; |
| 24 | description: string; |
| 25 | } |
| 26 | |
| 27 | return ( |
| 28 | <div> |
nothing calls this directly
no outgoing calls
no test coverage detected