From a4f0bb76d448f1cf2f52b09a333df4e9fa349e42 Mon Sep 17 00:00:00 2001 From: Ashita Prasad Date: Mon, 23 Jun 2025 02:10:25 +0530 Subject: [PATCH] Update debug.dart --- lib/dashbot/features/debug.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dashbot/features/debug.dart b/lib/dashbot/features/debug.dart index 32f83c17..ddd49513 100644 --- a/lib/dashbot/features/debug.dart +++ b/lib/dashbot/features/debug.dart @@ -1,6 +1,6 @@ import 'dart:convert'; import '../services/services.dart'; -import 'package:apidash/models/models.dart'; +import '../../models/models.dart'; class DebugFeature { final DashBotService _service;