Skip to content

Commit

Permalink
Fixing analyze
Browse files Browse the repository at this point in the history
  • Loading branch information
enzoSoa committed Jul 11, 2024
1 parent cbd760f commit 3ca9827
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/app/lib/event/widgets/map/journey_map.dart
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import 'package:hollybike/shared/websocket/recieve/websocket_receive_position.da
import 'package:hollybike/theme/bloc/theme_bloc.dart';
import 'package:http/http.dart' as http;
import 'package:mapbox_maps_flutter/mapbox_maps_flutter.dart';
import '../../../profile/bloc/profile_bloc/profile_bloc.dart';
import '../../../shared/utils/waiter.dart';

class JourneyMap extends StatefulWidget {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import 'package:flutter/material.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:hollybike/journey/type/user_journey.dart';
import 'package:hollybike/profile/bloc/profile_bloc/profile_bloc.dart';
import 'package:hollybike/shared/utils/add_separators.dart';
Expand Down

0 comments on commit 3ca9827

Please sign in to comment.