style(desktop): restore alphabetical import order in agents/index.tsx
This commit is contained in:
parent
52fb96de4b
commit
e2a2149df4
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue