import 'package:flutter/material.dart'; import 'src/openlp_remote_app.dart'; void main() => runApp(OpenLPRemoteApp());