We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a72132e commit c565ff9Copy full SHA for c565ff9
src/hooks/useLLM/index.tsx
@@ -1,3 +1,5 @@
1
+"use client";
2
+
3
import { createWithEqualityFn } from "zustand/traditional";
4
import Image from "next/image";
5
import { shallow } from "zustand/shallow";
0 commit comments