From f975edab56a390380ce18c660130060630a76f08 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Wed, 4 Feb 2026 16:48:55 +0200 Subject: [PATCH] Bob AI: auto-fix build error (module_not_found) --- src/components/sections/hero/HeroLogoBillboard.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/sections/hero/HeroLogoBillboard.tsx b/src/components/sections/hero/HeroLogoBillboard.tsx index 4661751..48815c8 100644 --- a/src/components/sections/hero/HeroLogoBillboard.tsx +++ b/src/components/sections/hero/HeroLogoBillboard.tsx @@ -7,7 +7,6 @@ import HeroBackgrounds, { type HeroBackgroundVariantProps } from "@/components/b import { cls } from "@/lib/utils"; import { Plus } from "lucide-react"; import { useTheme } from "@/providers/themeProvider/ThemeProvider"; -import heroLogoSvg from "@/assets/images/hero-logo.svg"; type HeroLogoBillboardBackgroundProps = Extract< HeroBackgroundVariantProps, @@ -136,7 +135,7 @@ const HeroLogoBillboard = ({ )}
- Hero Logo +
);