Skip to content

Commit ce31f80

Browse files
committed
fixed component lint errors and imports
1 parent f5adae2 commit ce31f80

File tree

7 files changed

+619
-616
lines changed

7 files changed

+619
-616
lines changed

app/classroom/[classroomId]/chat/MessageBox.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
"use client";
22
import { useState } from "react";
3-
import {ChatBubble,ChatBubbleAvatar,ChatBubbleMessage} from "./components/ui/chat/chat-bubble";
4-
import { ChatMessageList } from "./components/ui/chat/chat-message-list";
5-
import { ChatInput } from "./components/ui/chat/chat-input";
3+
import {ChatBubble,ChatBubbleAvatar,ChatBubbleMessage} from "@shared/components/ui/chat/chat-bubble";
4+
import { ChatMessageList } from "@shared/components/ui/chat/chat-message-list";
5+
import { ChatInput } from "@shared/components/ui/chat/chat-input";
66
import { Button } from "@/shared/components/ui/button";
77

88
import {

0 commit comments

Comments
 (0)