add anc
This commit is contained in:
@@ -15,6 +15,7 @@ import { GrowDialogTransition } from "./component/FileManager/Search/SearchPopup
|
||||
import Warning from "./component/Icons/Warning.tsx";
|
||||
import { useAppSelector } from "./redux/hooks.ts";
|
||||
import { changeThemeColor } from "./util";
|
||||
import AnnouncementDialog from "./component/Common/AnnouncementDialog.tsx";
|
||||
|
||||
export const applyThemeWithOverrides = (themeConfig: ThemeOptions): ThemeOptions => {
|
||||
return {
|
||||
@@ -374,6 +375,7 @@ const AppContent = () => {
|
||||
}}
|
||||
>
|
||||
<GlobalDialogs />
|
||||
<AnnouncementDialog />
|
||||
<Outlet />
|
||||
</SnackbarProvider>
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user