fix: long history session thingy

This commit is contained in:
Brooklyn Nicholson 2026-04-17 11:05:23 -05:00
parent 42721dbe1c
commit be768db627
3 changed files with 4 additions and 4 deletions

View file

@ -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'