chore: uptick

This commit is contained in:
Brooklyn Nicholson
2026-06-13 00:33:44 -05:00
parent 18916376f1
commit 7f302c91b2
3 changed files with 20 additions and 3 deletions
@@ -8,7 +8,16 @@ import {
type SyntaxHighlighterProps
} from '@assistant-ui/react-streamdown'
import { code } from '@streamdown/code'
import { type ComponentProps, memo, type ReactNode, useDeferredValue, useEffect, useMemo, useRef, useState } from 'react'
import {
type ComponentProps,
memo,
type ReactNode,
useDeferredValue,
useEffect,
useMemo,
useRef,
useState
} from 'react'
import { PreviewAttachment } from '@/components/chat/preview-attachment'
import { SyntaxHighlighter } from '@/components/chat/shiki-highlighter'