refactor: Update file and folder names for React hooks
This commit is contained in:
parent
d95f43fcc4
commit
82b898e9eb
@ -8,8 +8,8 @@ export const navigation = [
|
||||
{ title: "Premier composant", href: "/docs/react/premier-composant" },
|
||||
{ title: "State et cycle de vie", href: "/docs/react/state-et-cycle-de-vie" },
|
||||
{ title: "Hooks", href: "/docs/react/hooks" },
|
||||
{ title: "Le hook useContext", href: "/docs/react/usecontext" },
|
||||
{ title: "Le hook useReducer", href: "/docs/react/usereducer" },
|
||||
{ title: "Le hook useContext", href: "/docs/react/use-context" },
|
||||
{ title: "Le hook useReducer", href: "/docs/react/use-reducer" },
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user