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