2022-11-12 21:55:45 +00:00
|
|
|
import 'package:flutter/material.dart';
|
2022-12-25 18:57:47 +00:00
|
|
|
import 'package:mchess/chess/chess_app.dart';
|
2022-11-12 21:55:45 +00:00
|
|
|
|
|
|
|
void main() {
|
2022-12-25 18:57:47 +00:00
|
|
|
runApp(const ChessApp());
|
2022-11-12 21:55:45 +00:00
|
|
|
}
|