mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
3 lines
129 B
TypeScript
3 lines
129 B
TypeScript
import { useStore } from '~/utils/context/StoreContextProvider';
|
|
|
|
export const usePhotoSwipeStore = () => useStore().photoSwipe;
|