Fix all biome linter errors (#541)
This commit is contained in:
parent
f23c73f6a5
commit
e5d654bf41
46 changed files with 317 additions and 275 deletions
|
|
@ -1,10 +1,10 @@
|
|||
import { JSONValue } from 'ai';
|
||||
import { Dispatch, SetStateAction, useEffect, useState } from 'react';
|
||||
import type { JSONValue } from 'ai';
|
||||
import { type Dispatch, type SetStateAction, useEffect, useState } from 'react';
|
||||
import { useSWRConfig } from 'swr';
|
||||
|
||||
import { Suggestion } from '@/lib/db/schema';
|
||||
import type { Suggestion } from '@/lib/db/schema';
|
||||
|
||||
import { UIBlock } from './block';
|
||||
import type { UIBlock } from './block';
|
||||
|
||||
type StreamingDelta = {
|
||||
type: 'text-delta' | 'title' | 'id' | 'suggestion' | 'clear' | 'finish';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue