mirror of
https://github.com/imezx/Warp.git
synced 2025-04-25 07:30:02 +00:00
8 lines
193 B
JavaScript
8 lines
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);
|
||
|
}
|