7 lines
155 B
Dart
7 lines
155 B
Dart
import 'package:example_router/bootstrap.dart';
|
|
import 'package:example_router/presentation/features/app/app.dart';
|
|
|
|
void main() {
|
|
bootstrap(App.new);
|
|
}
|