mirror of
https://github.com/imezx/Warp.git
synced 2025-04-25 15:40:02 +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);
|
|
} |