import React, { useState } from "react"; export const ColumnSearch = ({ column }) => { const { filterValue, setFilter } = column; return (