deleted unnecessary imports

This commit is contained in:
2025-08-20 13:06:46 +02:00
parent 2b7f6e8e17
commit d82cde55cc

View File

@@ -1,4 +1,4 @@
import React, { useRef } from "react";
import React from "react";
import "../App.css";
import Header from "../components/Header";
import Sidebar from "../components/Sidebar";