1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 04:46:40 +07:00
vault-frontend/src/store/photoSwipe/usePhotoSwipeStore.tsx
2022-01-04 20:30:23 +07:00

3 lines
129 B
TypeScript

import { useStore } from '~/utils/context/StoreContextProvider';
export const usePhotoSwipeStore = () => useStore().photoSwipe;