6 lines
76 B
Dart
6 lines
76 B
Dart
import 'package:im_app/app/bootstrap.dart';
|
|
|
|
void main() {
|
|
bootstrap();
|
|
}
|