chore: drop the unused within import CI lint caught

This commit is contained in:
Danny Avila 2026-07-30 22:19:01 -04:00
parent cd737e585a
commit 0e0aa51656

View file

@ -1,7 +1,7 @@
import React from 'react';
import { RecoilRoot } from 'recoil';
import { getDefaultStore } from 'jotai';
import { render, screen, within, fireEvent, act } from '@testing-library/react';
import { render, screen, fireEvent, act } from '@testing-library/react';
import type { SteeringControls } from '~/hooks/Chat/useSteering';
import type { PendingSteer } from '~/store/families';
import { steerOverlayHeightFamily, escalatingSteerFamily } from '~/store/steer';