import { InfoRoundFilledIcon } from 'components/shared/CustomIcon'; import { ComponentPropsWithoutRef } from 'react'; import { cn } from 'utils/classnames'; interface ProjectSearchBarEmptyProps extends ComponentPropsWithoutRef<'div'> {} export const ProjectSearchBarEmpty = ({ className, ...props }: ProjectSearchBarEmptyProps) => { return (
No projects matching this name