import 'bootstrap.dart'; import 'app.dart'; void main() { bootstrap(() => const App()); }