Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
szelongq committed Nov 14, 2023
1 parent e3f6e22 commit 893db09
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions frontend/src/components/CollabProblemSolverLeft.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import { useEffect } from "react";
import { Paper, Typography, Divider, CardMedia } from "@mui/material";
import { useData } from "../data/data.context";
import htmr from "htmr";
import {decode} from "html-entities";
import {parseHtmlDescription} from "../utils/utils";

function CollabProblemSolverLeft({
Expand Down
1 change: 0 additions & 1 deletion frontend/src/components/ProblemSolverLeft.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import {
CardMedia,
} from '@mui/material';
import { useData } from '../data/data.context';
import {decode} from "html-entities";
import {parseHtmlDescription} from "../utils/utils";
// import { ClosedCaptionDisabledSharp } from '@mui/icons-material';

Expand Down

0 comments on commit 893db09

Please sign in to comment.