🚀 Fix: Add missing useAuthStore import to DashboardPage
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user