import 'package:flutter/material.dart'; import 'app/app.dart'; export 'app/app.dart'; void main() { runApp(const MyLisApp()); }