From d46c829959dab155835415b27c636d0681f7cdc0 Mon Sep 17 00:00:00 2001 From: Artem Luzin Date: Mon, 24 Nov 2025 16:23:42 +0700 Subject: [PATCH] Update lib/app/app.dart Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- lib/app/app.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/app/app.dart b/lib/app/app.dart index d3d5711..d01d20e 100644 --- a/lib/app/app.dart +++ b/lib/app/app.dart @@ -108,7 +108,6 @@ class _AppInternal extends StatefulWidget { /// {@macro app_internal} const _AppInternal({required this.diContainer}); - /// Роутер приложения для навигации /// Контейнер зависимостей final DiContainer diContainer;