xiao_pet_tracker/lib/main_production.dart

7 lines
147 B
Dart
Raw Normal View History

2024-10-28 20:10:55 +01:00
import 'package:xiao_pet_tracker/app/app.dart';
import 'package:xiao_pet_tracker/bootstrap.dart';
void main() {
bootstrap(() => const App());
}