diff --git a/Source-Code/ff_source_code/lib/backend/push_notifications/push_notifications_handler.dart b/Source-Code/ff_source_code/lib/backend/push_notifications/push_notifications_handler.dart index 9a950bc..89ef3dc 100644 --- a/Source-Code/ff_source_code/lib/backend/push_notifications/push_notifications_handler.dart +++ b/Source-Code/ff_source_code/lib/backend/push_notifications/push_notifications_handler.dart @@ -2,7 +2,7 @@ import 'dart:async'; import 'dart:convert'; import 'serialization_util.dart'; -import '../backend.dart'; +import '/backend/backend.dart'; import '/flutter_flow/flutter_flow_theme.dart'; import '../../flutter_flow/flutter_flow_util.dart'; import 'package:firebase_messaging/firebase_messaging.dart';