fix: long history session thingy
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { type ScrollBoxHandle, useApp, useHasSelection, useSelection, useStdout } from '@hermes/ink'
|
||||
import { useApp, useHasSelection, useSelection, useStdout, type ScrollBoxHandle } from '@hermes/ink'
|
||||
import { useStore } from '@nanostores/react'
|
||||
import { useCallback, useEffect, useMemo, useRef, useState } from 'react'
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import type { ScrollBoxHandle } from '@hermes/ink'
|
||||
import { type RefObject, useCallback } from 'react'
|
||||
import { useCallback, type RefObject } from 'react'
|
||||
|
||||
import { buildSetupRequiredSections, SETUP_REQUIRED_TITLE } from '../content/setup.js'
|
||||
import { introMsg, toTranscriptMessages } from '../domain/messages.js'
|
||||
|
||||
Reference in New Issue
Block a user