mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
3 lines
115 B
TypeScript
3 lines
115 B
TypeScript
import { useStore } from '~/utils/context/StoreContextProvider';
|
|
|
|
export const useLabStore = () => useStore().lab;
|