import React from "react"; import { Link } from "react-router-dom"; import Box from "@mui/material/Box"; import Typography from "@mui/material/Typography"; import ContentWrapper from "../../components/ContentWrapper"; import References from "./References.jsx"; export default function Resume() { return ( Download Resume ); }