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:
parent
e54c0e39b5
commit
ed7244f5f5
1 changed files with 0 additions and 11 deletions
|
|
@ -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…
Add table
Reference in a new issue