mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
0dfb539d2d
* swap docs * fix build error --------- Co-authored-by: Fuma Nama <fuma-nama@noreply.com>
5 lines
106 B
TypeScript
5 lines
106 B
TypeScript
import React from "react";
|
|
|
|
export function TestReactComponent() {
|
|
return <div>Test Componentzzz</div>
|
|
} |