Skip to content

Commit d4d5ed9

Browse files
fixed ts warnings
1 parent 464e03a commit d4d5ed9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Frontend/src/App/CodeEditor/NavigationBar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { useTheme } from "../../Contexts/ThemeProvider";
33
import Avatar from "../../components/Avatar";
44
import { useNavigate } from "react-router";
55
import { useEditorCollaboration } from "../../Contexts/EditorContext";
6-
import React, { useState } from "react";
6+
import { useState } from "react";
77
import axios from "axios";
88

99
const getToken = () => {

0 commit comments

Comments
 (0)