mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-03 16:46:00 +00:00
updated plasmic package to work with new hooks + added example
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import { useApi } from "bknd/client";
|
||||
|
||||
export default function Test() {
|
||||
const api = useApi(undefined);
|
||||
return <div>{api.baseUrl}</div>;
|
||||
}
|
||||
Reference in New Issue
Block a user