// // AppRouterDiscover.swift // Crush // // Created by Leon on 2025/9/9. // extension AppRouter{ static func goLeaderboardPager(){ let vc = LeaderboardPagerMainController() UIWindow.getTopNavigationController()?.pushViewController(vc, animated: true) } }