db4bf5dbc1
Test / test (push) Successful in 3m15s
Signed-off-by: Peter Siegmund <developer@mars3142.org>
7 lines
135 B
Dart
7 lines
135 B
Dart
import 'package:toaster/toaster_app.dart';
|
|
import 'package:toaster_ui/toaster_ui.dart';
|
|
|
|
void main() {
|
|
runApp(const ToasterApp());
|
|
}
|