second/lib/main.dart

8 lines
100 B
Dart

import 'package:flutter/material.dart';
import 'src/app.dart';
void main() {
runApp(MyApp());
}