코드 정리
This commit is contained in:
@@ -17,7 +17,6 @@ import {
|
||||
import ExcelExportButton from '../common/button/ExcelExportButton';
|
||||
import CircularProgress from '../common/CircularProgress';
|
||||
import { AnimatedPageWrapper } from '../common/Layout';
|
||||
import { GameUserCreateLogExport } from '../../apis';
|
||||
|
||||
const UserCreateLogContent = ({ active }) => {
|
||||
const { t } = useTranslation();
|
||||
@@ -35,8 +34,6 @@ const UserCreateLogContent = ({ active }) => {
|
||||
handleSearch,
|
||||
handleReset,
|
||||
handlePageChange,
|
||||
handleOrderByChange,
|
||||
handlePageSizeChange,
|
||||
updateSearchParams
|
||||
} = useUserCreateLogSearch(token, 500);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user