1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00
vault-frontend/src/store/lab/useLabStore.ts
2022-01-05 15:57:29 +07:00

3 lines
115 B
TypeScript

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