Add type annotation for DisplayName component (#24752)
This commit is contained in:
		
							parent
							
								
									ab7716cff4
								
							
						
					
					
						commit
						349cae0b57
					
				
					 17 changed files with 130 additions and 94 deletions
				
			
		| 
						 | 
				
			
			@ -2,7 +2,7 @@ import React from 'react';
 | 
			
		|||
import PropTypes from 'prop-types';
 | 
			
		||||
import ImmutablePropTypes from 'react-immutable-proptypes';
 | 
			
		||||
import { Avatar } from '../../../components/avatar';
 | 
			
		||||
import DisplayName from '../../../components/display_name';
 | 
			
		||||
import { DisplayName } from '../../../components/display_name';
 | 
			
		||||
import StatusContent from '../../../components/status_content';
 | 
			
		||||
import MediaGallery from '../../../components/media_gallery';
 | 
			
		||||
import { Link } from 'react-router-dom';
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue