import React from 'react'
import Divider from '../shadcn/divider'
import { ArrowRightIcon } from '../icons'
import Image from 'next/image'
function QueryInput() {
return (
{/* input and action button */}
{/*
*/}
{/* selected sources */}
{/*
*/}
{/*
setSelectedSpaces(e.map((x) => parseInt(x.value)))}
placeholder="Focus on specific spaces..."
emptyIndicator={
no results found.
}
/> */}
{/* */}
)
}
export default QueryInput