Update LoginPage.jsx

This commit is contained in:
Sirin Puenggun 2023-11-22 16:10:32 +07:00 committed by GitHub
parent 43b445f105
commit afbd654c37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ import { useGoogleLogin } from "@react-oauth/google";
import { useCallback } from "react"; import { useCallback } from "react";
import Particles from "react-tsparticles"; import Particles from "react-tsparticles";
import { loadFull } from "tsparticles"; import { loadFull } from "tsparticles";
import refreshAccessToken from "./refreshAcesstoken"; import refreshAccessToken from "./refreshAcessToken";
import axiosapi from "../../api/AuthenticationApi"; import axiosapi from "../../api/AuthenticationApi";
import { useAuth } from "../../hooks/authentication/IsAuthenticated"; import { useAuth } from "../../hooks/authentication/IsAuthenticated";
import { FcGoogle } from "react-icons/fc"; import { FcGoogle } from "react-icons/fc";