Merge pull request #1873 from ManishMadan2882/main

Sources are the new Docs
This commit is contained in:
Alex
2025-08-13 18:24:35 +01:00
committed by GitHub
40 changed files with 3412 additions and 1119 deletions

View File

@@ -23,7 +23,7 @@ import {
updateQuery,
} from './sharedConversationSlice';
import { selectCompletedAttachments } from '../upload/uploadSlice';
import { DocumentHead } from '../components/DocumentHead';
import { Head as DocumentHead } from '../components/Head';
export const SharedConversation = () => {
const navigate = useNavigate();