Skip to content

Commit

Permalink
Update App.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
AnWhiteM committed Jun 13, 2024
1 parent e1f4a5e commit 16944c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/App/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Route, Routes } from "react-router-dom";
import { Toaster } from "react-hot-toast";
import { useDispatch, useSelector } from "react-redux";
import { refreshUser } from "../../redux/auth/operations";
import { selectIsRefreshing } from "../../redux/auth/selectror";
import { selectIsRefreshing } from "../../redux/auth/selectors";


import RestrictedRoute from "../RestrictedRoute/RestrictedRoute";
Expand Down

0 comments on commit 16944c7

Please sign in to comment.