Skip to content

Commit d8473af

Browse files
🐛 fix: Fix import
1 parent d48fb19 commit d8473af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { fetchPluginMessage } from '@lobehub/chat-plugin-sdk';
1+
import { fetchPluginMessage } from '@lobehub/chat-plugin-sdk/client';
22
import { Card } from 'antd';
33
import { createStyles } from 'antd-style';
44
import dayjs from 'dayjs';

0 commit comments

Comments
 (0)