Make sure you grab the types.d.ts
and the TableNode
component. Usage below.
import { ConvexSchemaViz } from "@/components/convex-schema-viz";
function App() {
return (
<>
<ConvexSchemaViz />
</>
);
}
export default App;
Make sure you grab the types.d.ts
and the TableNode
component. Usage below.
import { ConvexSchemaViz } from "@/components/convex-schema-viz";
function App() {
return (
<>
<ConvexSchemaViz />
</>
);
}
export default App;