🚀 Fix: Add missing useAuthStore import to DashboardPage

This commit is contained in:
Hamza-Ayed
2026-04-22 18:18:17 +03:00
parent 357274683c
commit f72c13f29a

View File

@@ -19,6 +19,7 @@ import {
import { motion } from 'framer-motion';
import apiClient from '../../api/client';
import { useNavigate } from 'react-router-dom';
import { useAuthStore } from '../../store/authStore';
export const DashboardPage = () => {
const navigate = useNavigate();