Skip to content

Commit

Permalink
Remove unecessary import
Browse files Browse the repository at this point in the history
Signed-off-by: FordoA455 <[email protected]>
  • Loading branch information
FordoA455 committed Jan 12, 2025
1 parent 1131227 commit 82dde94
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/InfoPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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<Boolean>(false);
Expand Down

0 comments on commit 82dde94

Please sign in to comment.