mirror of
				https://github.com/mickael-kerjean/filestash.git
				synced 2025-10-31 10:07:15 +08:00 
			
		
		
		
	cleanup (structure): update code structure
This commit is contained in:
		
							
								
								
									
										15
									
								
								client/components/connect.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								client/components/connect.js
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,15 @@ | ||||
| import React from 'react'; | ||||
|  | ||||
| export class Connect extends React.Component { | ||||
|     constructor(props){ | ||||
|         super(props); | ||||
|     } | ||||
|      | ||||
|     render() { | ||||
|         return ( | ||||
|                 <div> | ||||
|                 CONNECT | ||||
|                 </div> | ||||
|         ); | ||||
|     } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user
	 Mickael KERJEAN
					Mickael KERJEAN