wrap localstorage hook

This commit is contained in:
jeffvli
2025-10-10 18:49:25 -07:00
parent e53b434dfe
commit dffa8e710a
6 changed files with 8 additions and 5 deletions
+3
View File
@@ -0,0 +1,3 @@
import { useLocalStorage as useMantineLocalStorage } from '@mantine/hooks';
export const useLocalStorage = useMantineLocalStorage;