mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-04 09:06:01 +00:00
fix client imports to prevent multiple react context's
This commit is contained in:
@@ -9,7 +9,7 @@ import {
|
||||
useState,
|
||||
type ReactNode,
|
||||
} from "react";
|
||||
import { useApi } from "ui/client";
|
||||
import { useApi } from "bknd/client";
|
||||
import { type TSchemaActions, getSchemaActions } from "./schema/actions";
|
||||
import { AppReduced } from "./utils/AppReduced";
|
||||
import { Message } from "ui/components/display/Message";
|
||||
|
||||
Reference in New Issue
Block a user