refactor: integrate CategoryService into SharedCarousel for improved category data management and enhance component structure

This commit is contained in:
sebseb7
2025-07-24 06:23:37 +02:00
parent 1aabd3ef1e
commit 2f753a81a4
3 changed files with 389 additions and 234 deletions

View File

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