diff --git a/apps/web/src/components/ui/inputs/MentionInput/MentionList/MentionListSeperator.tsx b/apps/web/src/components/ui/inputs/MentionInput/MentionList/MentionListSeperator.tsx index 7da6a9b33..0bf0206d5 100644 --- a/apps/web/src/components/ui/inputs/MentionInput/MentionList/MentionListSeperator.tsx +++ b/apps/web/src/components/ui/inputs/MentionInput/MentionList/MentionListSeperator.tsx @@ -2,5 +2,5 @@ import type React from 'react'; import type { MentionInputTriggerSeparator } from '../MentionInput.types'; export const MentionListSeperator: React.FC = () => { - return
; + return
; }; diff --git a/apps/web/src/layouts/ChatLayout/ChatContent/FollowupChatInput/index.ts b/apps/web/src/layouts/ChatLayout/ChatContent/FollowupChatInput/index.ts index c429f5993..b70154846 100644 --- a/apps/web/src/layouts/ChatLayout/ChatContent/FollowupChatInput/index.ts +++ b/apps/web/src/layouts/ChatLayout/ChatContent/FollowupChatInput/index.ts @@ -1 +1 @@ -export * from './FollowupChatInput'; +export * from './FollowUpChatInput';