This commit is contained in:
JOSEPH LE 2024-07-01 07:35:16 +07:00
parent 9a0e257702
commit 728e967049
1 changed files with 2 additions and 3 deletions

View File

@ -1,12 +1,11 @@
import { getTheTimesheet, updateMultipleUserWorkingTime } from '@/api/Admin'
import { update } from '@/rtk/helpers/CRUD'
import { get } from '@/rtk/helpers/apiService'
import { Box, Image, Menu, Select, Table, Text, TextInput, Tooltip } from '@mantine/core'
import { notifications } from '@mantine/notifications'
import { IconCheck, IconExclamationMark, IconX } from '@tabler/icons-react'
import { useEffect, useState } from 'react'
import classes from './Timekeeping.module.css'
import { notifications } from '@mantine/notifications'
import moment from 'moment'
import { update } from '@/rtk/helpers/CRUD'
interface User {
id: number