Skip to content

Commit

Permalink
fix: path
Browse files Browse the repository at this point in the history
  • Loading branch information
ptchayap committed Apr 26, 2024
1 parent 55dd17a commit 6b130f8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { useEffect, useRef, useState } from 'react';
import { AmityLiveChatMessageList } from 'v4/chat/components/AmityLiveChatMessageList';
import AmityLiveChatMessageComposeBar from 'v4/chat/components/AmityLiveChatMessageComposeBar';
import { AmityLiveChatMessageList } from '~/v4/chat/components/AmityLiveChatMessageList';
import AmityLiveChatMessageComposeBar from '~/v4/chat/components/AmityLiveChatMessageComposeBar';
import ReplyMessagePlaceholder from '~/v4/chat/pages/AmityLiveChatPage/ChatContainer/ReplyMessagePlaceholder';
import useConnectionStates from '~/social/hooks/useConnectionStates';
import ChatLoadingState from '~/v4/chat/pages/AmityLiveChatPage/ChatContainer/ChatLoadingState';
Expand Down

0 comments on commit 6b130f8

Please sign in to comment.