import React from "react"; import {NumberField} from "spotlight/admin-common/components/fields/NumberField"; import {FeedEditorField} from "spotlight/feed-editor/components/core/FeedEditorField"; export function HighlightFreqField() { return ( {props => ( )} ); }