update the chat to use the new chat, fix file uploads, mentions, and message area scaling

This commit is contained in:
Ra
2025-08-20 15:26:23 -07:00
parent be2cab7c9e
commit 9c20073755
80 changed files with 1204 additions and 4338 deletions

View File

@@ -1,7 +1,7 @@
import React from 'react';
import ReactDOM from 'react-dom/client';
import App from './App';
import App from './src/App';
import './index.css';
const rootElement = document.getElementById('root');