UNPKG

@fakel/rest-admin

Version:

An application that makes it easier to work with your API

7 lines (5 loc) 168 B
import { useStore } from './useStore'; import { AppStore } from '../stores/AppStore'; export const useAppStore = () => { return useStore('appStore') as AppStore; };