Explorar el Código

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 hace 6 meses
padre
commit
ed7244f5f5
No account linked to committer's email address
Se han modificado 1 ficheros con 0 adiciones y 11 borrados
  1. 0
    11
      web/src/pages/api/index.tsx

+ 0
- 11
web/src/pages/api/index.tsx Ver fichero

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

Cargando…
Cancelar
Guardar