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