PBThuong's picture
Deploy LightRAG AI Assistant with Git LFS for binary assets and fonts
979853c
Raw
History Blame Contribute Delete
149 Bytes
import { StrictMode } from 'react'
import App from '@/App'
import '@/i18n'
export const Root = () => (
<StrictMode>
<App />
</StrictMode>
)