| 4 | import Svg from './Svg' |
| 5 | |
| 6 | const ContentLoader: React.FC<IContentLoaderProps> = props => |
| 7 | props.children ? <Svg {...props} /> : <Facebook {...props} /> |
| 8 | |
| 9 | export default ContentLoader |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…