코드 정리

This commit is contained in:
2025-07-17 14:40:07 +09:00
parent 952701f68b
commit 26114c9a9b

View File

@@ -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);