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