6 lines
79 B
Dart
6 lines
79 B
Dart
import 'app/app.dart';
|
|
|
|
Future<void> main() async {
|
|
await initializeApp();
|
|
}
|