fix: fix build errors

This commit is contained in:
2026-04-24 16:44:18 +03:00
parent d67df0c2e1
commit 7f8b90c15e
20 changed files with 78 additions and 262 deletions

View File

@@ -1,4 +1,4 @@
import React, { useEffect } from "react";
import { useEffect } from "react";
import { useParams } from "react-router-dom";
import { apiStore } from "../../../client/src/api/ApiStore/store";
import App from "../../../client/src/App";