From b18d1159c435a9a89c30e4d7eb6984d8eb261df6 Mon Sep 17 00:00:00 2001 From: kyy Date: Mon, 15 Jun 2026 09:52:25 +0900 Subject: [PATCH] =?UTF-8?q?dashboard=20screen=EC=9D=98=20LinkedRp=20import?= =?UTF-8?q?=20=EB=B3=B5=EA=B5=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../lib/features/dashboard/presentation/dashboard_screen.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userfront/lib/features/dashboard/presentation/dashboard_screen.dart b/userfront/lib/features/dashboard/presentation/dashboard_screen.dart index 3d7e9d06..9af72ebb 100644 --- a/userfront/lib/features/dashboard/presentation/dashboard_screen.dart +++ b/userfront/lib/features/dashboard/presentation/dashboard_screen.dart @@ -21,7 +21,7 @@ import '../../../../core/ui/layout_breakpoints.dart'; import '../../../../core/ui/toast_service.dart'; import '../../profile/domain/notifiers/profile_notifier.dart'; import '../domain/dashboard_providers.dart'; -import '../domain/models.dart' hide LinkedRp; +import '../domain/models.dart'; import 'audit_device_utils.dart'; import 'package:userfront/i18n.dart';