mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-24 00:10:47 +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());
|