This commit is contained in:
Jose
2025-09-14 21:41:52 +02:00
parent 1e83d300fc
commit 26a264bc9f
70 changed files with 669 additions and 2982 deletions

View File

@@ -1,4 +0,0 @@
import { useContext } from "react";
import { ConfigContext } from "@/context/ConfigContext.jsx";
export const useConfig = () => useContext(ConfigContext);