import React from 'react' const Search = ({ instance }) => { const inputId = `o-header-search-term-${instance}` return (
) } export { Search }