import 'package:flutter/material.dart'; import 'chessapp/chess_app.dart'; void main() { runApp(const ChessApp()); }