Rename JSX files with proper .jsx extension (#23733)
		
	This commit is contained in:
		
					parent
					
						
							
								f0e1b12c10
							
						
					
				
			
			
				commit
				
					
						44a7d87cb1
					
				
			
		
					 248 changed files with 10 additions and 2 deletions
				
			
		|  | @ -0,0 +1,20 @@ | |||
| import React from 'react'; | ||||
| 
 | ||||
| import LoadingIndicator from '../../../components/loading_indicator'; | ||||
| 
 | ||||
| // Keep the markup in sync with <BundleModalError /> | ||||
| // (make sure they have the same dimensions) | ||||
| const ModalLoading = () => ( | ||||
|   <div className='modal-root__modal error-modal'> | ||||
|     <div className='error-modal__body'> | ||||
|       <LoadingIndicator /> | ||||
|     </div> | ||||
|     <div className='error-modal__footer'> | ||||
|       <div> | ||||
|         <button className='error-modal__nav onboarding-modal__skip' /> | ||||
|       </div> | ||||
|     </div> | ||||
|   </div> | ||||
| ); | ||||
| 
 | ||||
| export default ModalLoading; | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue