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

@@ -1,4 +1,4 @@
import React, { useState, useEffect, useRef, useContext, lazy, Suspense } from "react";
import React, { useState, useEffect, lazy, Suspense } from "react";
import {
Routes,
Route,