warning: in the working copy of 'app/guides/[id]/page.tsx', LF will be replaced by CRLF the next time Git touches it diff --git a/app/guides/[id]/page.tsx b/app/guides/[id]/page.tsx index 27a5035..1ab3a11 100644 --- a/app/guides/[id]/page.tsx +++ b/app/guides/[id]/page.tsx @@ -7,7 +7,6 @@ import { Card, CardContent, CardDescription, CardHeader, CardTitle } from "@/com import { Badge } from "@/components/ui/badge" import { Progress } from "@/components/ui/progress" import { Checkbox } from "@/components/ui/checkbox" -import Image from "next/image" import { ArrowLeft, Clock, @@ -493,14 +492,12 @@ export default function GuideDetailPage() {  {/* Step Image */} {currentStepData.image && ( -
 -  + 
 )}