mirror of
https://github.com/ente-io/ente.git
synced 2025-05-29 14:01:19 +00:00
7 lines
133 B
Dart
7 lines
133 B
Dart
import "package:ente_auth/app/app.dart";
|
|
import "package:ente_auth/bootstrap.dart";
|
|
|
|
void main() {
|
|
bootstrap(() => const App());
|
|
}
|