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, styled, TextField, useTheme } from '@mui/material';
import { Box, useTheme } from '@mui/material';
import Typography from '@mui/material/Typography';
import React, { useContext, useEffect, useRef, useState } from 'react';
import InputHeader from '../InputHeader';