chore: fmt

This commit is contained in:
Brooklyn Nicholson 2026-04-17 11:06:25 -05:00
parent be768db627
commit 00591e3801
3 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
import type { ScrollBoxHandle } from '@hermes/ink'
import { useCallback, type RefObject } from 'react'
import { type RefObject, useCallback } from 'react'
import { buildSetupRequiredSections, SETUP_REQUIRED_TITLE } from '../content/setup.js'
import { introMsg, toTranscriptMessages } from '../domain/messages.js'