part of '../../main.dart'; Map routes = { '/home': (context) => const HomeView(), '/': (context) => const OnboardingView(), };