Remove Iconify import and add Fab component

This commit removes the import statement for the `Iconify` component from `src/components/iconify` in `app.tsx`. It also adds an import for the `Fab` component from the `@mui/material` library.
This commit is contained in:
tekh 2025-07-03 14:35:10 +02:00
parent ba08b3a3d0
commit caf507fe1a

View File

@ -8,8 +8,6 @@ import { usePathname } from 'src/routes/hooks';
import { ThemeProvider } from 'src/theme/theme-provider';
import { Iconify } from 'src/components/iconify';
// ----------------------------------------------------------------------
type AppProps = {