refactor: clean up imports and remove unused socket context in Header component for improved readability

This commit is contained in:
sebseb7
2025-07-23 07:37:33 +02:00
parent bbd1371eb2
commit bde001c39b
5 changed files with 13 additions and 34 deletions

View File

@@ -3,7 +3,7 @@ import ReactDOM from "react-dom/client";
import "./index.css";
import App from "./App.js";
import { BrowserRouter } from "react-router-dom";
import "./services/SocketManager";
import "./services/SocketManager.js";
// Create a wrapper component with our class-based GoogleAuthProvider
// This avoids the "Invalid hook call" error from GoogleOAuthProvider