diff --git a/src/apps/officer-web/Screens/Authentication/LandingPage/Login.tsx b/src/apps/officer-web/Screens/Authentication/LandingPage/Login.tsx index 7e03455c..03d13b86 100644 --- a/src/apps/officer-web/Screens/Authentication/LandingPage/Login.tsx +++ b/src/apps/officer-web/Screens/Authentication/LandingPage/Login.tsx @@ -3,7 +3,6 @@ import { Label } from '@/components/ui/label'; import { Button } from '@/components/ui/button'; import { Link } from 'react-router'; import { Card } from '@/components/Card'; -import { useNavigate } from 'react-router'; import { useState } from 'react'; import { toast } from 'sonner'; import { useForm } from 'hooks/useForm';