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