소스 검색

Fix: Delete unused pages (#6973)

### What problem does this PR solve?

Fix: Delete unused pages

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
tags/v0.18.0
balibabu 6 달 전
부모
커밋
ed7244f5f5
No account linked to committer's email address
1개의 변경된 파일0개의 추가작업 그리고 11개의 파일을 삭제
  1. 0
    11
      web/src/pages/api/index.tsx

+ 0
- 11
web/src/pages/api/index.tsx 파일 보기

@@ -1,11 +0,0 @@
import ApiContent from '@/components/api-service/chat-overview-modal/api-content';

const ApiPage = () => {
return (
<div>
<ApiContent idKey="dialogId"></ApiContent>
</div>
);
};

export default ApiPage;

Loading…
취소
저장