fmt(js): npm run fix on merge (#72967)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
hermes-seaeye[bot] 2026-07-27 23:12:24 +00:00 committed by GitHub
parent a19cfa4531
commit 96db67b849
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 14 deletions

View file

@ -1,14 +1,6 @@
import { ComposerPrimitive } from '@assistant-ui/react'
import { useStore } from '@nanostores/react'
import {
type ClipboardEvent,
type FormEvent,
type KeyboardEvent,
useCallback,
useEffect,
useMemo,
useRef
} from 'react'
import { type ClipboardEvent, type FormEvent, type KeyboardEvent, useCallback, useEffect, useMemo, useRef } from 'react'
import { composerFill, composerSurfaceGlass } from '@/components/chat/composer-dock'
import { Button } from '@/components/ui/button'

View file

@ -26,11 +26,7 @@ function asRecord(payload: unknown): Record<string, unknown> {
return payload && typeof payload === 'object' ? (payload as Record<string, unknown>) : {}
}
export function usePreviewRouting({
baseHandleGatewayEvent,
currentCwd,
requestGateway
}: PreviewRoutingOptions) {
export function usePreviewRouting({ baseHandleGatewayEvent, currentCwd, requestGateway }: PreviewRoutingOptions) {
const restartPreviewServer = useCallback(
async (url: string, context?: string) => {
const sessionId = $focusedRuntimeId.get()