This commit is contained in:
2025-10-25 16:39:44 +03:00
parent 446d236bc1
commit fa90b17825
4 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import { NavLink } from "react-router";
import { useAppDispatch, useAppSelector } from '../../app/hooks';
import { useAppDispatch } from '../../app/hooks';
import { logout } from "../../features/auth/authSlice";
const Header = () =>{