Skip to content

Commit d5412fb

Browse files
committed
Clean up
1 parent efab33b commit d5412fb

File tree

2 files changed

+0
-36
lines changed

2 files changed

+0
-36
lines changed

frontend/package-lock.json

Lines changed: 0 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/src/presentation/pages/CollaborationRoomPage.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,11 @@ import CodeEditor from "presentation/components/CodeEditor/CodeEditor";
44
import { QuestionDetail } from "presentation/components/QuestionDetail";
55
import { initialQuestions } from "data/repositories/mockQuestionRepository";
66
import { useParams } from "react-router-dom";
7-
import { useAuth } from "domain/context/AuthContext";
87
import { useResizable } from "react-resizable-layout";
98
import NotFound from "./NotFound";
109

1110
const CollaborationRoomPage: React.FC = () => {
1211
const { roomId } = useParams();
13-
const { user } = useAuth();
1412
const { position: questionPosition, separatorProps: verticalSeparatorProps } = useResizable({
1513
axis: "x",
1614
min: 300,

0 commit comments

Comments
 (0)