import 'package:flutter/material.dart'; import 'package:app/pages/main_screen.dart'; void main() { runApp(const MainScreen()); }