| 19 | import ConstellationLoader from '../components/loaders/ConstellationLoader' |
| 20 | |
| 21 | interface LoaderCardProps { |
| 22 | title: string |
| 23 | link: string |
| 24 | component: React.JSX.Element |
| 25 | hide?: boolean |
| 26 | } |
| 27 | |
| 28 | const data: LoaderCardProps[] = [ |
| 29 | { |
nothing calls this directly
no outgoing calls
no test coverage detected