summaryrefslogtreecommitdiff
path: root/lib/events/NextStopLoadedEvent.dart
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik@amftech.nl>2023-04-10 21:11:29 +0200
committerAldrik Ramaekers <aldrik@amftech.nl>2023-04-10 21:11:29 +0200
commitd35e4014e16bfdf2e2fc2bde397c385fc53e498c (patch)
tree8880a668547b36821ac1d809f61c4dc89e873b99 /lib/events/NextStopLoadedEvent.dart
parentc9dfd2e261c938c42bfa9527fa2786e8d3cdeb79 (diff)
refactor
Diffstat (limited to 'lib/events/NextStopLoadedEvent.dart')
-rw-r--r--lib/events/NextStopLoadedEvent.dart2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/events/NextStopLoadedEvent.dart b/lib/events/NextStopLoadedEvent.dart
index a95e29c..8cc8897 100644
--- a/lib/events/NextStopLoadedEvent.dart
+++ b/lib/events/NextStopLoadedEvent.dart
@@ -1,4 +1,4 @@
-import 'package:training_planner/RoutingExample.dart';
+import 'package:training_planner/navigation/baseNavigation.dart';
class NextStopLoadedEvent {
ActiveTask task;