'use client'; // @mui import { alpha } from '@mui/material/styles'; import Box from '@mui/material/Box'; import Container from '@mui/material/Container'; import Typography from '@mui/material/Typography'; // components import { useSettingsContext } from 'src/components/settings'; // ---------------------------------------------------------------------- export default function BankingView() { const settings = useSettingsContext(); return ( Banking alpha(theme.palette.grey[500], 0.04), border: (theme) => `dashed 1px ${theme.palette.divider}`, }} /> ); }