mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-08-04 16:40:41 +08:00
8 lines
136 B
TypeScript
8 lines
136 B
TypeScript
import { Outlet } from 'umi';
|
|
|
|
export const KnowledgeDataset = () => {
|
|
return <Outlet></Outlet>;
|
|
};
|
|
|
|
export default KnowledgeDataset;
|