Skip to content

Commit bc24db9

Browse files
committed
Remove merge
1 parent 9922c4d commit bc24db9

File tree

1 file changed

+0
-3
lines changed
  • frontend/src/app/collaboration/components

1 file changed

+0
-3
lines changed

frontend/src/app/collaboration/components/editor.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,8 @@ function Collaboration({ room, language, code, setLanguage }: Readonly<Props>) {
2727
const [username, setUsername] = useState<string | null>(null);
2828
const [selectionRange, setSelectionRange] = useState(null);
2929
const [saving, setSaving] = useState(false);
30-
<<<<<<< HEAD
3130
const [peerOnline, setPeerOnline] = useState(false);
32-
=======
3331
const [editorTheme, setEditorTheme] = useState("dark-plus");
34-
>>>>>>> 1bc3df5a6f413acb34f2e5a25ffb3d6f8d39527d
3532

3633
// Fetch username on component mount
3734
useEffect(() => {

0 commit comments

Comments
 (0)