8 lines
180 B
JavaScript
8 lines
180 B
JavaScript
import ProfileDashboard from "@/components/PagesComponent/ProfileDashboard/ProfileDashboard";
|
|
|
|
const ChatPage = () => {
|
|
return <ProfileDashboard />;
|
|
};
|
|
|
|
export default ChatPage;
|