refactor: optimize imports

This commit is contained in:
Ibrahima G. Coulibaly
2024-06-26 09:02:05 +01:00
parent 3f00335ade
commit 13f5d258dc
20 changed files with 24 additions and 52 deletions

View File

@@ -1,4 +1,4 @@
import { Box, Card, CardContent, Stack } from '@mui/material';
import { Box, Card, CardContent } from '@mui/material';
import Grid from '@mui/material/Grid';
import Typography from '@mui/material/Typography';
import { Link, useNavigate } from 'react-router-dom';