Updated template with better features

This commit is contained in:
Jose
2026-02-15 02:58:06 +01:00
parent fe5d21660a
commit fcb2fa8787
15 changed files with 268 additions and 196 deletions

View File

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