fix(FE): change import module to absolute path

This commit is contained in:
randy-ar
2025-12-01 10:22:00 +07:00
parent 2ace95a0db
commit 48435a9cbb
14 changed files with 21 additions and 23 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { BaseApiService } from './base';
import { BaseApiService } from '@/services/api/base';
import { BaseApiResponse } from '@/types/api/api-general';
import {
CreateProjectFlockPayload,