From 3236a27117f6bde8940611b553f431f2f8e47914 Mon Sep 17 00:00:00 2001 From: devvivekk Date: Sun, 4 Jan 2026 17:31:14 +0530 Subject: [PATCH] chore: remove unnecessary React import --- apps/web/src/app/(main)/(landing)/page.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/web/src/app/(main)/(landing)/page.tsx b/apps/web/src/app/(main)/(landing)/page.tsx index 94caacb4..e08d5037 100644 --- a/apps/web/src/app/(main)/(landing)/page.tsx +++ b/apps/web/src/app/(main)/(landing)/page.tsx @@ -8,7 +8,6 @@ import HowItWorks from '@/components/landing-sections/how-it-works' import Navbar from '@/components/landing-sections/navbar' import Testimonials from '@/components/landing-sections/testimonials' import Video from '@/components/landing-sections/video' -import React from 'react' import { FaqSection } from '@/components/faq/FaqSection'