diff --git a/lib/main.dart b/lib/main.dart index a2ceaeb..5a914d7 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -1,11 +1,8 @@ import 'package:flutter/material.dart'; -import 'package:flutter_web_plugins/url_strategy.dart'; import 'package:go_router/go_router.dart'; import 'package:mchess/chess/chess_app.dart'; void main() { GoRouter.optionURLReflectsImperativeAPIs = true; - setUrlStrategy(PathUrlStrategy()); - runApp(const ChessApp()); }