ben 2023-11-21 15:56:24 +01:00
parent 46fae1ff5e
commit 0e8296b4d3
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import 'package:flutter/material.dart';
oid main() {
void main() {
runApp(const MyApp());
}