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:
parent
ba08b3a3d0
commit
caf507fe1a
@ -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 = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user