Files
mars3142 db4bf5dbc1
Test / test (push) Successful in 3m15s
new scaffold and add toast_card
Signed-off-by: Peter Siegmund <developer@mars3142.org>
2026-04-18 16:56:51 +02:00

7 lines
135 B
Dart

import 'package:toaster/toaster_app.dart';
import 'package:toaster_ui/toaster_ui.dart';
void main() {
runApp(const ToasterApp());
}