Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Lujia-Cheng committed Feb 4, 2024
1 parent c6457b7 commit 6b6d776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Resume.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from "react";
import Markdown from "react-markdown";
import resume from "../assets/CV.md";
import Paper from "@mui/material/Paper";
import Box from "@mui/material/Box";


function Resume() {
const [markdown, setMarkdown] = React.useState("");
Expand Down

0 comments on commit 6b6d776

Please sign in to comment.