import { useEntity } from "./useEntity"; export function usePost() { return useEntity("post") }