diff --git a/src/routes/allenamento.$id.tsx b/src/routes/allenamento.$id.tsx index 2558279..9ed462b 100644 --- a/src/routes/allenamento.$id.tsx +++ b/src/routes/allenamento.$id.tsx @@ -1,5 +1,5 @@ -import { createFileRoute, Link } from "@tanstack/react-router"; -import { ArrowLeft, MapPin, Clock, Users, Dumbbell, CalendarDays } from "lucide-react"; +import { createFileRoute } from "@tanstack/react-router"; +import { MapPin, Clock, Users, Dumbbell, CalendarDays } from "lucide-react"; import { PageHeader, Section } from "@/components/crapp/ui-bits"; import { formatData } from "@/lib/crapp-data"; import { convocatiEvento, useEvento } from "@/lib/eventi"; @@ -43,12 +43,6 @@ function AllenamentoDetail() { if (!evento) { return (
Allenamento non trovato
Partita non trovata