mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-31 19:16:29 +00:00
fix(desktop): sort session-row imports for eslint
This commit is contained in:
parent
319bcedfea
commit
b6c7df6cb6
1 changed files with 1 additions and 1 deletions
|
|
@ -3,8 +3,8 @@ import type * as React from 'react'
|
|||
|
||||
import { ProfileTag } from '@/app/chat/profile-tag'
|
||||
import { startSessionDrag } from '@/app/chat/session-drag'
|
||||
import { openSession } from '@/app/open-session'
|
||||
import { PlatformAvatar } from '@/app/messaging/platform-icon'
|
||||
import { openSession } from '@/app/open-session'
|
||||
import { Button } from '@/components/ui/button'
|
||||
import { Codicon } from '@/components/ui/codicon'
|
||||
import { Tip } from '@/components/ui/tooltip'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue