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