Parcourir la source
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
il y a 6 mois
Parent
révision
ed7244f5f5
Aucun compte lié à l'adresse e-mail de l'auteur
|
|
|
@@ -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; |