new next version, new style to barnavigation and no hardcode

This commit is contained in:
IO420
2026-01-09 14:56:39 -06:00
parent f710f4df96
commit c1d76ef01f
13 changed files with 340 additions and 281 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import Cookies from "js-cookie";
import { envConfig } from "./config";
if (!envConfig.apiUrl) {
throw new Error("API URL is not defined in envConfig");
console.error("API URL is not defined in envConfig");
}
const apiClient = axios.create({