Skip to content

Commit

Permalink
fix(netlify): fix resolve path error
Browse files Browse the repository at this point in the history
  • Loading branch information
yzh990918 committed May 8, 2023
1 parent 1a48846 commit a2cf9e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/main/MessageItem.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { For, Show } from 'solid-js/web'
import { createSignal } from 'solid-js'
import { useStore } from '@nanostores/solid'
import { useClipboardCopy } from '@/hooks'
import { useClipboardCopy } from '../../hooks'

Check failure on line 4 in src/components/main/MessageItem.tsx

View workflow job for this annotation

GitHub Actions / lint

`../../hooks` import should occur after import of `@/stores/settings`
import { deleteMessageByConversationId, spliceMessageByConversationId, spliceUpdateMessageByConversationId } from '@/stores/messages'
import { conversationMap } from '@/stores/conversation'
import { handlePrompt } from '@/logics/conversation'
Expand Down

0 comments on commit a2cf9e1

Please sign in to comment.