ente/auth/lib/main_staging.dart

7 lines
133 B
Dart
Raw Permalink Normal View History

2022-11-01 06:13:06 +00:00
import "package:ente_auth/app/app.dart";
import "package:ente_auth/bootstrap.dart";
void main() {
bootstrap(() => const App());
}