fix: correct useAuthStore import path in ClientDetail
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
acdbb34b9b
commit
9af1ac3e95
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ import {
|
|||
usePMs, useAssignPM, useRemovePM,
|
||||
} from '../../hooks/useClients';
|
||||
import { useUsers } from '../../hooks/useUsers';
|
||||
import { useAuthStore } from '../../stores/authStore';
|
||||
import { useAuthStore } from '../../lib/auth';
|
||||
import { useToastContext } from '../../contexts/ToastContext';
|
||||
import type { Team, Project } from '../../types/api';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue