import 'package:example_router/bootstrap.dart'; import 'package:example_router/presentation/features/app/app.dart'; void main() { bootstrap(App.new); }