UNPKG

@fakel/rest-admin

Version:

An application that makes it easier to work with your API

7 lines (5 loc) 173 B
import { AuthStore } from '../stores/AuthStore'; import { useStore } from './useStore'; export const useAuthStore = () => { return useStore('authStore') as AuthStore; };