mirror of
https://github.com/TrentSPalmer/concise-pdx.git
synced 2024-11-13 18:41:31 -08:00
8 lines
152 B
Dart
8 lines
152 B
Dart
import 'package:flutter_web_ui/ui.dart' as ui;
|
|
import 'concisepdx.dart' as app;
|
|
|
|
main() async {
|
|
await ui.webOnlyInitializePlatform();
|
|
app.main();
|
|
}
|