UNPKG

@fakel/rest-admin

Version:

An application that makes it easier to work with your API

5 lines (4 loc) 116 B
import { useStore } from './useStore'; export var useAuthStore = function () { return useStore('authStore'); };