Files
elcaribe/news-app/lib/main.dart

6 lines
79 B
Dart

import 'app/app.dart';
Future<void> main() async {
await initializeApp();
}