refactor: components/ 정리

- ConfirmProvider useMemo 불필요한 래핑 제거
- DownloadAdmin useCallback 적용, toast 중복 제거, eslint-disable 정리
- UserAdmin useCallback 적용, PAGE_SIZE 컴포넌트 밖으로 이동, 페이지네이션 버튼 가독성 개선
- UploadForm 에러 처리 fail 헬퍼로 중복 제거
- DownloadSection 후행 빈 줄 제거

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-12 19:17:17 +09:00
parent 9a8102fb19
commit 4e0716c1cb
5 changed files with 45 additions and 52 deletions

View File

@@ -114,4 +114,4 @@ export default function DownloadSection() {
</div>
</section>
);
}
}