Skip to content

Commit

Permalink
Typo: 사용하지 않는 변수 주석
Browse files Browse the repository at this point in the history
  • Loading branch information
milkbottle0305 committed Mar 17, 2024
1 parent 7b7323a commit 189ff78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/PrivateRoute/PrivateRoute.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { useEffect, useState } from "react";
import { Navigate, Outlet } from "react-router-dom";
import { validateToken } from "../../services/api";
// import { validateToken } from "../../services/api";
import Loading from "../../components/Loading";

function PrivateRoute({ authentication }) {
Expand Down

0 comments on commit 189ff78

Please sign in to comment.