import Image from 'next/image' import clsx from 'clsx' interface searchbarProps { className?: string } export const Searchbar = ({ className }: searchbarProps) => (
)