clean: Phase 1 - 26개 미사용 파일 삭제 완료

삭제된 파일:
- 구식 Equipment 모델: 18개 파일 (6개 모델 × 3개씩)
- 미사용 UseCase 컨테이너: 5개 파일
- 레거시 UI 컴포넌트: 5개 파일
- Import 오류 수정: custom_widgets.dart 정리

총 28개 변경사항 (삭제 26개 + 수정 1개 + 기타)
Flutter analyze: ERROR 0개 
Build test: 성공 

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
JiWoong Sul
2025-09-02 19:55:00 +09:00
parent c419f8f458
commit 2c20999025
29 changed files with 0 additions and 4851 deletions

View File

@@ -1,6 +0,0 @@
// WarehouseLocation UseCase barrel file
export 'get_warehouse_locations_usecase.dart';
export 'get_warehouse_location_detail_usecase.dart';
export 'create_warehouse_location_usecase.dart';
export 'update_warehouse_location_usecase.dart';
export 'delete_warehouse_location_usecase.dart';