fix: styles

This commit is contained in:
2025-07-23 17:29:03 +03:30
parent 9c9e148426
commit 89fd237c72

View File

@@ -1,11 +1,4 @@
import {
Box,
Typography,
Button,
TextField,
IconButton,
GlobalStyles,
} from '@mui/material';
import { Box, Typography, Button, TextField, IconButton } from '@mui/material';
import { Edit, Refresh, TickCircle } from 'iconsax-react';
import { useState, type ChangeEvent } from 'react';
import { CardContainer } from '@/components/CardContainer';