// material-ui // import { useTheme } from '@mui/material/styles'; import { Box } from '@mui/material'; // ==============================|| AUTH BLUR BACK SVG ||============================== // const AuthBackground = () => { // const theme = useTheme(); return ( {/* */} ); }; export default AuthBackground;