This commit is contained in:
Truong Vo 2024-08-09 14:14:09 +07:00
parent 12d362edc2
commit 8b5eadfbcf
1 changed files with 1 additions and 2 deletions

View File

@ -2,10 +2,9 @@ import {
deleteNote,
getListMaster,
getTheTimesheet,
updateCacheMonth,
updateMultipleUserWorkingTime,
updateNote,
updateWorkingDays,
updateWorkingDays
} from '@/api/Admin'
import { update, Xdelete } from '@/rtk/helpers/CRUD'
import { get } from '@/rtk/helpers/apiService'