Skip to content

Commit

Permalink
Removing unecessary dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: FordoA455 <[email protected]>
  • Loading branch information
FordoA455 committed Nov 30, 2024
1 parent 1ec1461 commit 5aadbcd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/InfoPage.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
import "../App.css";
import Typography from '@mui/joy/Typography';
import Sheet from '@mui/joy/Sheet';
import Grid from '@mui/joy/Grid';
import Card from '@mui/joy/Card';
import CardContent from '@mui/joy/CardContent';
import React, { useState, useEffect } from 'react';
import React from 'react';

export default function InfoPage() {
return (
Expand Down

0 comments on commit 5aadbcd

Please sign in to comment.