style(desktop): restore alphabetical import order in agents/index.tsx

This commit is contained in:
kshitij 2026-08-03 17:47:38 +05:30 committed by kshitij
parent 52fb96de4b
commit e2a2149df4
1 changed files with 1 additions and 1 deletions

View File

@ -1,9 +1,9 @@
import { useStore } from '@nanostores/react'
import { type ReactNode, useEffect, useMemo, useState } from 'react'
import { usePaneVisible } from '@/components/pane-shell/pane-visibility'
import { useElapsedSeconds } from '@/components/chat/activity-timer'
import { ActivityTimerText } from '@/components/chat/activity-timer-text'
import { usePaneVisible } from '@/components/pane-shell/pane-visibility'
import { Codicon } from '@/components/ui/codicon'
import { FadeText } from '@/components/ui/fade-text'
import { GlyphSpinner } from '@/components/ui/glyph-spinner'