We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a08a54d commit 641e943Copy full SHA for 641e943
packages/react/src/index.ts
@@ -1,3 +1,5 @@
1
+"use client";
2
+
3
// React components and hooks for CopilotKit2
4
export * from "./components";
5
export * from "./hooks";
0 commit comments