mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-04 09:06:01 +00:00
replaced all react-query usages with new hooks + removed react-query
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
import { type Static, parse } from "core/utils";
|
||||
import { type TAppFlowSchema, flowSchema } from "flows/flows-schema";
|
||||
import { useBknd } from "../../BkndProvider";
|
||||
import { useClient } from "../../ClientProvider";
|
||||
|
||||
export function useFlows() {
|
||||
const client = useClient();
|
||||
const { config, app, actions: bkndActions } = useBknd();
|
||||
|
||||
const actions = {
|
||||
|
||||
Reference in New Issue
Block a user