| 8 | import TextScramble from '../components/text/TextScramble' |
| 9 | |
| 10 | interface ToggleCardProps { |
| 11 | title: string |
| 12 | link: string |
| 13 | component: React.JSX.Element |
| 14 | hide?: boolean |
| 15 | } |
| 16 | const data: ToggleCardProps[] = [ |
| 17 | { |
| 18 | title: 'Text Ticker', |
nothing calls this directly
no outgoing calls
no test coverage detected