mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-22 07:20:39 +00:00
6 lines
126 B
Dart
6 lines
126 B
Dart
|
import 'package:lightmeter/environment.dart';
|
||
|
|
||
|
import 'launch_app.dart';
|
||
|
|
||
|
void main() => launchApp(const Environment.prod());
|