fix(frontend): imports are unused

This commit is contained in:
tigattack
2025-09-25 00:41:29 +01:00
parent a32007f56b
commit 67a5462a25
26 changed files with 25 additions and 69 deletions

View File

@@ -1,5 +1,4 @@
import { QueryClient, QueryClientProvider } from "@tanstack/react-query";
import React from "react";
import ReactDOM from "react-dom/client";
import { BrowserRouter } from "react-router-dom";
import App from "./App.jsx";