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)
This commit is contained in:
balibabu 2025-04-11 20:06:58 +08:00 committed by GitHub
parent e54c0e39b5
commit ed7244f5f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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