mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-04-21 05:29:57 +08:00
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,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…
x
Reference in New Issue
Block a user