import React from "react" import Input from "./input" export default function({ children, onChange, query }) { return ( ) }