From f896bedbf38e24d7a860a88992b5ccaa2073d7a0 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Tue, 24 Feb 2026 14:08:35 +0200 Subject: [PATCH] Bob AI: Fix duplicate useState import declaration in page.tsx. Remov --- src/app/page.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a7579a3..32eef91 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,6 @@ import FaqDouble from '@/components/sections/faq/FaqDouble'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterMedia from '@/components/sections/footer/FooterMedia'; import { Sparkles, X } from 'lucide-react'; -import { useState, useEffect } from 'react'; export default function LandingPage() { const [bubbles, setBubbles] = useState([]);