import * as React from "react"; import classNames from "classnames"; const KeywordsPicker = ({ keywords, value, onChange }) => { return (
Filter...
); }; export default KeywordsPicker;