diff --git a/src/widgets/forms/ReportForm/ReportForm.tsx b/src/widgets/forms/ReportForm/ReportForm.tsx index f2d2df9..0bdd347 100644 --- a/src/widgets/forms/ReportForm/ReportForm.tsx +++ b/src/widgets/forms/ReportForm/ReportForm.tsx @@ -31,7 +31,6 @@ interface ILatLng { const ReportForm = () => { const session = useSession(); - const router = useRouter(); const [latLng, setLatLng] = useState([]); const [displayLatLng, setDisplayLatLng] = useState([]); const [images, setImages] = useState([]);