larxius commited on
Commit
a023a41
·
verified ·
1 Parent(s): 11e8030

Update frontend/src/pages/Login.jsx

Browse files
Files changed (1) hide show
  1. frontend/src/pages/Login.jsx +1 -1
frontend/src/pages/Login.jsx CHANGED
@@ -1,4 +1,4 @@
1
- import React, { useState, useEffect } from 'react';
2
  import { Link, useNavigate, useLocation } from 'react-router-dom';
3
  import { useAuth } from '../components/AuthContext';
4
 
 
1
+ import { useState, useEffect } from 'react';
2
  import { Link, useNavigate, useLocation } from 'react-router-dom';
3
  import { useAuth } from '../components/AuthContext';
4