refactor: clean up imports and remove unused socket context in Header component for improved readability
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user