mirror of
https://gitlab.com/openlp/openlp-mobile-remote.git
synced 2024-12-22 20:02:53 +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());
|