| 3 | import friends from '../../codegen/friends.codegen'; |
| 4 | |
| 5 | export interface FriendsProps {} |
| 6 | |
| 7 | export const Friends: React.FC<FriendsProps> = () => ( |
| 8 | <div className="container container-section text-center"> |
nothing calls this directly
no outgoing calls
no test coverage detected