fix: AlbumPhotos.jsx에서 미사용 useNavigate 제거
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
cf8cdb7ec6
commit
ecd988aa8a
1 changed files with 0 additions and 1 deletions
|
|
@ -22,7 +22,6 @@ import { adminAlbumApi, adminMemberApi } from '@/api/admin';
|
|||
|
||||
function AdminAlbumPhotos() {
|
||||
const { albumId } = useParams();
|
||||
const navigate = useNavigate();
|
||||
const fileInputRef = useRef(null);
|
||||
const photoListRef = useRef(null);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue