Skip to content

Commit a2cf9e1

Browse files
authored
fix(netlify): fix resolve path error
1 parent 1a48846 commit a2cf9e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/main/MessageItem.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { For, Show } from 'solid-js/web'
22
import { createSignal } from 'solid-js'
33
import { useStore } from '@nanostores/solid'
4-
import { useClipboardCopy } from '@/hooks'
4+
import { useClipboardCopy } from '../../hooks'
55
import { deleteMessageByConversationId, spliceMessageByConversationId, spliceUpdateMessageByConversationId } from '@/stores/messages'
66
import { conversationMap } from '@/stores/conversation'
77
import { handlePrompt } from '@/logics/conversation'

0 commit comments

Comments
 (0)