diff --git a/src/components/InfoPage.tsx b/src/components/InfoPage.tsx index 4325ee5..96b5f46 100644 --- a/src/components/InfoPage.tsx +++ b/src/components/InfoPage.tsx @@ -4,7 +4,6 @@ import Card from '@mui/joy/Card'; import CardContent from '@mui/joy/CardContent'; import React, {useState, useEffect} from 'react'; import { motion } from 'framer-motion'; -import { Opacity } from "@mui/icons-material"; export default function InfoPage() { const [isMobile, setIsMobile] = useState(false);