Skip to content

Commit d3c48f3

Browse files
committed
fixing build error
1 parent 390adbb commit d3c48f3

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

src/pages/[platform]/ai/conversation/ai-conversation/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { Card, Text } from '@aws-amplify/ui-react';
22
import { AIConversation } from '@aws-amplify/ui-react-ai'
33
import { getCustomStaticPath } from "@/utils/getCustomStaticPath";
44
import { UIWrapper } from '@/components/UIWrapper'
5-
import { UserAvatar,AssistantAvatar, MESSAGES, MESSAGES_RESPONSE_COMPONENTS } from './constants'
5+
import { UserAvatar,AssistantAvatar, MESSAGES, MESSAGES_RESPONSE_COMPONENTS } from '@/components/AI'
66

77
export const meta = {
88
title: "<AIConversation>",

0 commit comments

Comments
 (0)