mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 12:37:20 +00:00
fixing imports and ssr support + updated remix/nextjs/astro examples
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { useRef, useState } from "react";
|
||||
import { Button } from "ui";
|
||||
import { Button } from "ui/components/buttons/Button";
|
||||
import {
|
||||
JsonSchemaForm,
|
||||
type JsonSchemaFormProps,
|
||||
|
||||
Reference in New Issue
Block a user