v3: added site-wide categories, added admin category management, various visual fixes
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 2m52s
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 2m52s
This commit is contained in:
4
src/hooks/useCategories.ts
Normal file
4
src/hooks/useCategories.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
import { useContext } from "react";
|
||||
import { CategoriesContext } from "../contexts/CategoriesContext.ts";
|
||||
|
||||
export const useCategories = () => useContext(CategoriesContext);
|
||||
Reference in New Issue
Block a user