import './QueryAggregation.styles.scss'; import InputWithLabel from 'components/InputWithLabel/InputWithLabel'; import QueryAggregationSelect from './QueryAggregationSelect'; function QueryAggregationOptions(): JSX.Element { return (
every
{}} />
); } export default QueryAggregationOptions;