Skip to content

Commit de30165

Browse files
committed
bug: aoi utils fix
1 parent f880e6b commit de30165

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

frontend/src/components/Login/Login.jsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
import React, { useState } from 'react';
22
import { User, Lock, Eye, EyeOff } from 'lucide-react';
33
import { toast } from 'react-toastify';
4+
import api from '../../utils/api';
5+
46

57
const Login = ({ onLogin, onNavigateToRegister }) => {
68
const [formData, setFormData] = useState({

0 commit comments

Comments
 (0)