Skip to content

Commit

Permalink
❌ fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlanshoesmith committed Dec 14, 2024
1 parent a64323d commit 4e2c0a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/Login/Login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { TextInput, TextOptions } from '../TextInput/TextInput';
import { UserCircleIcon } from '@heroicons/react/24/outline';
import { LockClosedIcon } from '@heroicons/react/24/outline';
import { useState, FormEvent, useContext } from 'react';
import { Link, useNavigate } from 'react-router';
import { Link } from 'react-router';
import { errorHandler, AuthError } from '../errorHandler';
import { UserContext, User } from '../UserContext/UserContext';

Expand Down

0 comments on commit 4e2c0a6

Please sign in to comment.