ragflow / web /src /app.tsx
balibabu
feat: set chunk to available state and select all chunk (#57)
97d4387
raw
history blame
206 Bytes
import React, { ReactNode } from 'react';
import { Inspector } from 'react-dev-inspector';
export function rootContainer(container: ReactNode) {
return React.createElement(Inspector, null, container);
}