mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
6 lines
108 B
TypeScript
6 lines
108 B
TypeScript
import React from "react";
|
|
|
|
export function TestReactComponent() {
|
|
return <div>Test Componentzzz</div>;
|
|
}
|