Skip to content

Commit a4868b9

Browse files
Update src/pages/EditorComponent.js
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent b9edb87 commit a4868b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/EditorComponent.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { Avatar, Button, CircularProgress, styled, FormControlLabel, Switch, Typ
44
import Box from "@mui/material/Box";
55
import { useSnackbar } from "notistack";
66
import React, { useCallback, useEffect, useRef, useState } from "react";
7-
import { FaPlay, FaFileUpload, FaFileDownload, FaCopy, FaTrash } from "react-icons/fa";
7+
import { FaPlay, FaFileUpload, FaFileDownload } from "react-icons/fa";
88
// import { FaFileUpload } from "react-icons/fa";
99
import GithubSignIn from "../components/GithubSignIn";
1010
import GoogleSignIn from "../components/GoogleSignIn";

0 commit comments

Comments
 (0)