diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index ef634ca..419d1ce 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -8,6 +8,9 @@ import { WebSocketProvider } from './contexts/WebSocketContext'; import { ToastProvider } from './contexts/ToastContext'; import { ThemeProvider } from './contexts/ThemeContext'; +// Test change: Added this comment to verify the edit functionality +// This is a small test modification to the ClawChat app + function App() { return (