We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 464e03a commit d4d5ed9Copy full SHA for d4d5ed9
Frontend/src/App/CodeEditor/NavigationBar.tsx
@@ -3,7 +3,7 @@ import { useTheme } from "../../Contexts/ThemeProvider";
3
import Avatar from "../../components/Avatar";
4
import { useNavigate } from "react-router";
5
import { useEditorCollaboration } from "../../Contexts/EditorContext";
6
-import React, { useState } from "react";
+import { useState } from "react";
7
import axios from "axios";
8
9
const getToken = () => {
0 commit comments