Corrections

This commit is contained in:
Sébastien Rivière
2025-06-25 17:43:08 +02:00
parent 1bcc05d1c6
commit d25dcfcbc1
19 changed files with 79 additions and 80 deletions

View File

@@ -26,4 +26,4 @@ export default function useLocalStorage(key, initialValue) {
}
return [storedValue, setValue, loading];
}
}