diff --git a/frontend/src/ui/components/chat/ChatInterface.tsx b/frontend/src/ui/components/chat/ChatInterface.tsx
deleted file mode 100644
index 00ed776..0000000
--- a/frontend/src/ui/components/chat/ChatInterface.tsx
+++ /dev/null
@@ -1,13 +0,0 @@
-import { LeftPanel } from "./LeftPanel";
-import { RightPanel } from "./RightPanel";
-
-export function ChatInterface() {
- return (
-
- );
-}
diff --git a/frontend/src/ui/screen/ChatScreen.tsx b/frontend/src/ui/screen/ChatScreen.tsx
index 2067bee..04b2707 100644
--- a/frontend/src/ui/screen/ChatScreen.tsx
+++ b/frontend/src/ui/screen/ChatScreen.tsx
@@ -1,11 +1,13 @@
-import { ChatInterface } from "../components/chat/ChatInterface";
-import { CropperDialog } from "../components/profile/CropperDialog";
+import { LeftPanel } from "../components/chat/LeftPanel";
+import { RightPanel } from "../components/chat/RightPanel";
export default function ChatScreen() {
return (
- <>
-
-
- >
+
);
}
\ No newline at end of file