Fix Bug Member Import

This commit is contained in:
R
2023-01-19 15:09:32 +07:00
parent 96a40842bd
commit ad743de98d
2 changed files with 2 additions and 1 deletions

View File

@@ -44,6 +44,7 @@ import { LaravelPaginatedData } from '../../../@types/paginated-data';
import { Member } from '../../../@types/member';
import BasePagination from '../../../components/BasePagination';
import { enqueueSnackbar } from 'notistack';
import { LoadingButton } from '@mui/lab';
export default function CorporatePlanList() {
const { themeStretch } = useSettings();

File diff suppressed because one or more lines are too long