fixed bug

This commit is contained in:
Amirhossein Mahmoodi
2024-08-17 13:16:01 +03:30
parent b602ac5dd2
commit a467ebe399

View File

@@ -1,4 +1,4 @@
import { getCommonMRTCellStyles, parseFromValuesOrFunc } from '@/utils/utils';
import { getCommonMRTCellStyles, parseFromValuesOrFunc } from '@/core/utils/utils';
import { useTheme } from '@emotion/react';
import { Skeleton, TableCell } from '@mui/material';
import { isCellEditable, openEditingCell } from 'material-react-table';