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