openlp-mobile-remote/lib/main.dart

6 lines
117 B
Dart
Raw Normal View History

2019-07-24 13:15:11 +00:00
import 'package:flutter/material.dart';
2019-07-24 21:00:24 +00:00
import 'openlp_remote_app.dart';
2019-07-24 13:15:11 +00:00
2019-07-24 21:00:24 +00:00
void main() => runApp(OpenLPRemoteApp());