UNPKG

@fakel/rest-admin

Version:

An application that makes it easier to work with your API

5 lines (4 loc) 122 B
import { useStore } from "./useStore"; export var useFiltersStore = function () { return useStore("filtersStore"); };