Skip to content

Commit 641e943

Browse files
committed
add "use client"
1 parent a08a54d commit 641e943

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/react/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
"use client";
2+
13
// React components and hooks for CopilotKit2
24
export * from "./components";
35
export * from "./hooks";

0 commit comments

Comments
 (0)