feat: add animated MovingGradient background

This commit is contained in:
c0mrade
2026-01-31 22:41:16 +03:00
parent c60a242f1d
commit 24781f32ec
3 changed files with 63 additions and 1 deletions

View File

@@ -2,3 +2,4 @@ export { AppShell } from './AppShell';
export { DesktopSidebar } from './DesktopSidebar';
export { MobileBottomNav } from './MobileBottomNav';
export { AppHeader } from './AppHeader';
export { MovingGradient } from './MovingGradient';