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