From caf507fe1ae6ff5e49e29a0c482adea097c0a33d Mon Sep 17 00:00:00 2001 From: TekH Date: Thu, 3 Jul 2025 14:35:10 +0200 Subject: [PATCH] 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. --- src/client/dd-hub-react/src/app.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/client/dd-hub-react/src/app.tsx b/src/client/dd-hub-react/src/app.tsx index f14cb7b..7964337 100644 --- a/src/client/dd-hub-react/src/app.tsx +++ b/src/client/dd-hub-react/src/app.tsx @@ -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 = {