|  | @@ -6,7 +6,7 @@ import PopinFixedHeader from './component/PopinFixed/PopinFixedHeader.jsx'
 | 
	
		
			
			| 6 | 6 |  import PopinFixedOption from './component/PopinFixed/PopinFixedOption.jsx'
 | 
	
		
			
			| 7 | 7 |  import PopinFixedContent from './component/PopinFixed/PopinFixedContent.jsx'
 | 
	
		
			
			| 8 | 8 |  
 | 
	
		
			
			| 9 |  | -import TextAreaPlugin from './component/Input/TextAreaPlugin/TextAreaPlugin.jsx'
 | 
	
		
			
			|  | 9 | +import TextAreaApp from './component/Input/TextAreaApp/TextAreaApp.jsx'
 | 
	
		
			
			| 10 | 10 |  import BtnSwitch from './component/Input/BtnSwitch/BtnSwitch.jsx'
 | 
	
		
			
			| 11 | 11 |  
 | 
	
		
			
			| 12 | 12 |  import Timeline from './component/Timeline/Timeline.jsx'
 | 
	
	
		
			
			|  | @@ -26,8 +26,8 @@ ReactDOM.render(
 | 
	
		
			
			| 26 | 26 |  
 | 
	
		
			
			| 27 | 27 |      <PopinFixedContent customClass={`${'randomClass'}__contentpage`}>
 | 
	
		
			
			| 28 | 28 |        <div>
 | 
	
		
			
			| 29 |  | -        <span>Here will be the plugin content. Style is handled by the plugin (obviously)</span>
 | 
	
		
			
			| 30 |  | -        <TextAreaPlugin customClass={'randomClass'} />
 | 
	
		
			
			|  | 29 | +        <span>Here will be the app content. Style is handled by the app (obviously)</span>
 | 
	
		
			
			|  | 30 | +        <TextAreaApp customClass={'randomClass'} />
 | 
	
		
			
			| 31 | 31 |        </div>
 | 
	
		
			
			| 32 | 32 |  
 | 
	
		
			
			| 33 | 33 |        <Timeline
 |