diff --git a/src/components/layout/AppShell/AppShell.tsx b/src/components/layout/AppShell/AppShell.tsx index 490a441..4a6d7ea 100644 --- a/src/components/layout/AppShell/AppShell.tsx +++ b/src/components/layout/AppShell/AppShell.tsx @@ -28,6 +28,7 @@ import TicketNotificationBell from '@/components/TicketNotificationBell'; import { MobileBottomNav } from './MobileBottomNav'; import { AppHeader } from './AppHeader'; +import { MovingGradient } from './MovingGradient'; import { slideUp, slideUpTransition } from '@/components/motion/transitions'; @@ -360,7 +361,10 @@ export function AppShell({ children }: AppShellProps) { : 64; return ( -