Files
copilotkit__copilotkit/docs/components/react/test-react-component.tsx
Ariel Weinberger 0dfb539d2d Swap out old docs for new docs (#693)
* swap docs

* fix build error

---------

Co-authored-by: Fuma Nama <fuma-nama@noreply.com>
2024-10-04 14:13:08 +02:00

5 lines
106 B
TypeScript

import React from "react";
export function TestReactComponent() {
return <div>Test Componentzzz</div>
}