mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2025-04-05 17:10:41 +00:00
5 lines
125 B
Dart
5 lines
125 B
Dart
import 'package:lightmeter/environment.dart';
|
|
|
|
import 'launch_app.dart';
|
|
|
|
void main() => launchApp(const Environment.dev());
|