refactor: Update file and folder names for React hooks

This commit is contained in:
Gauthier Daniels 2025-04-13 17:00:08 +02:00
parent d95f43fcc4
commit 82b898e9eb
3 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@ export const navigation = [
{ title: "Premier composant", href: "/docs/react/premier-composant" }, { title: "Premier composant", href: "/docs/react/premier-composant" },
{ title: "State et cycle de vie", href: "/docs/react/state-et-cycle-de-vie" }, { title: "State et cycle de vie", href: "/docs/react/state-et-cycle-de-vie" },
{ title: "Hooks", href: "/docs/react/hooks" }, { title: "Hooks", href: "/docs/react/hooks" },
{ title: "Le hook useContext", href: "/docs/react/usecontext" }, { title: "Le hook useContext", href: "/docs/react/use-context" },
{ title: "Le hook useReducer", href: "/docs/react/usereducer" }, { title: "Le hook useReducer", href: "/docs/react/use-reducer" },
], ],
}, },
{ {