mirror of
https://github.com/dyzulk/dyzulk.github.io.git
synced 2026-01-26 22:01:56 +07:00
Fix final unused variable in Login.tsx
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
import { useState } from 'react'
|
||||
import { supabase } from '@/lib/supabase'
|
||||
import { useNavigate } from 'react-router-dom'
|
||||
|
||||
export default function Login() {
|
||||
const [loading, setLoading] = useState(false)
|
||||
const navigate = useNavigate()
|
||||
|
||||
const handleLogin = async () => {
|
||||
setLoading(true)
|
||||
|
||||
Reference in New Issue
Block a user