mirror of
https://gitlab.com/openlp/openlp-mobile-remote.git
synced 2024-12-25 13:14:07 +00:00
6 lines
117 B
Dart
6 lines
117 B
Dart
import 'package:flutter/material.dart';
|
|
|
|
import 'openlp_remote_app.dart';
|
|
|
|
void main() => runApp(OpenLPRemoteApp());
|