Update frontend/src/core/services/teamService.ts

Co-authored-by: James Brunton <jbrunton96@gmail.com>
This commit is contained in:
Anthony Stirling 2025-10-28 12:43:37 +00:00 committed by GitHub
parent 1890ccd8be
commit d76c68400d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
import apiClient from './apiClient';
import apiClient from '@app/services/apiClient';
export interface Team {
id: number;