diff --git a/src/features/plan/pages/GuestPlanPage.tsx b/src/features/plan/pages/GuestPlanPage.tsx index ab0a050..c77cc05 100644 --- a/src/features/plan/pages/GuestPlanPage.tsx +++ b/src/features/plan/pages/GuestPlanPage.tsx @@ -6,11 +6,9 @@ * 하단에 도입 문의 CTA(PlanCTA) 가 붙습니다. */ import { useEffect } from 'react'; -import { Link, useParams, useLocation } from 'react-router'; -import { ArrowLeft } from 'lucide-react'; +import { useParams, useLocation } from 'react-router'; import { useMarketingPlan } from '../hooks/useMarketingPlan'; import { ReportNav } from '@/features/report/components/ReportNav'; -import { PlanDownloadMenuButton } from '../components/PlanDownloadMenuButton'; import { PLAN_SECTIONS } from '@/shared/constants/planSections'; import PlanBody from '../components/PlanBody'; @@ -59,23 +57,7 @@ export default function GuestPlanPage() { return (