Switch to vercel's biome setup (#543)
This commit is contained in:
parent
b8643353c0
commit
43aa1c6e58
52 changed files with 414 additions and 201 deletions
|
|
@ -66,7 +66,7 @@ export function Chat({
|
|||
|
||||
const { data: votes } = useSWR<Array<Vote>>(
|
||||
`/api/vote?chatId=${id}`,
|
||||
fetcher
|
||||
fetcher,
|
||||
);
|
||||
|
||||
const [messagesContainerRef, messagesEndRef] =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue