Adapt components to new mui & nextjs versions

This commit is contained in:
2023-07-22 13:36:33 +04:00
parent 368d11958a
commit 99ead9dec6
22 changed files with 98 additions and 76 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import {useState, forwardRef} from 'react'
import PropTypes from 'prop-types'
import axios from 'axios'
import {useRouter} from 'next/router'
import {useRouter} from 'next/navigation'
import {FormControl, Snackbar, IconButton, Button, Input, InputAdornment, InputLabel, Box, Container, Typography, LinearProgress} from '@mui/material'
import MuiAlert from '@mui/material/Alert'