import { NoTasksSvg } from '@/common/components/atoms/icons'; import { NoItems } from '@/common/components/molecules/NoItems/NoItems'; export const NoBlocks = () => { return ( } /> ); };