Skip to content

Commit c565ff9

Browse files
committed
fix: fix zustand bug
1 parent a72132e commit c565ff9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/hooks/useLLM/index.tsx

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
"use client";
2+
13
import { createWithEqualityFn } from "zustand/traditional";
24
import Image from "next/image";
35
import { shallow } from "zustand/shallow";

0 commit comments

Comments
 (0)