Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Svenstar74 authored Sep 8, 2024
2 parents 97d6ac8 + 561369a commit aa83176
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/UserAUnauthorizedPages/LoginPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import { useMobileView } from 'shared/hooks';

function LoginPage() {
const devMode = localStorage.getItem('devMode') === 'true';

const navigate = useNavigate();
const location = useLocation();
const isMobile = useMobileView();
Expand Down

0 comments on commit aa83176

Please sign in to comment.