Missing comment

This commit is contained in:
Nolann Biron
2025-06-08 23:40:51 +02:00
parent e018b65ce6
commit 6659bfbc14
@@ -1,5 +1,8 @@
import { create } from 'zustand';
/**
* Hooks to manage the mobile menu sheet state.
*/
export const useMobileMenuSheet = create<{
open: boolean;
setOpen: (open: boolean) => void;