import React from 'react'; import { PropTypes } from 'prop-types'; import getConfig from 'next/config'; import './style.scss'; const { publicRuntimeConfig } = getConfig(); const SearchBar = props => (
{ props.numMatchedTerms } search term matches | { props.numResults } interview matches
: ''}