UNPKG

@fakel/rest-admin

Version:

An application that makes it easier to work with your API

5 lines (4 loc) 114 B
import { useStore } from './useStore'; export var useAppStore = function () { return useStore('appStore'); };