refactor: relocate components to app directory structure
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
"use client";
|
||||
|
||||
import { ChatScreen } from "@/components/chat/chat-screen";
|
||||
import { ChatScreen } from "@/app/chat/components/chat-screen";
|
||||
|
||||
export default function ChatPage() {
|
||||
return <ChatScreen />;
|
||||
|
||||
Reference in New Issue
Block a user