fix: Use named ClickAwayListener import statement for web

This commit is contained in:
Faruk AYDIN
2024-11-19 15:41:59 +03:00
parent 4c903cd08b
commit 395c09df92
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
import PropTypes from 'prop-types';
import ClickAwayListener from '@mui/base/ClickAwayListener';
import { ClickAwayListener } from '@mui/base/ClickAwayListener';
import FormHelperText from '@mui/material/FormHelperText';
import InputLabel from '@mui/material/InputLabel';
import * as React from 'react';