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