mirror of
				https://github.com/imezx/Warp.git
				synced 2025-10-31 10:19:17 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			No EOL
		
	
	
		
			193 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			No EOL
		
	
	
		
			193 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| import React from 'react';
 | |
| export function Hit(_ref) {
 | |
|   var hit = _ref.hit,
 | |
|       children = _ref.children;
 | |
|   return /*#__PURE__*/React.createElement("a", {
 | |
|     href: hit.url
 | |
|   }, children);
 | |
| } |