Skip to content

Commit

Permalink
🐛 fix: Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
canisminor1990 committed Sep 8, 2023
1 parent d48fb19 commit d8473af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { fetchPluginMessage } from '@lobehub/chat-plugin-sdk';
import { fetchPluginMessage } from '@lobehub/chat-plugin-sdk/client';
import { Card } from 'antd';
import { createStyles } from 'antd-style';
import dayjs from 'dayjs';
Expand Down

0 comments on commit d8473af

Please sign in to comment.