rename frontend components to anyway

This commit is contained in:
2024-07-30 22:49:28 +02:00
parent 889b6c2096
commit db82495f11
32 changed files with 121 additions and 69 deletions

View File

@@ -1,7 +1,7 @@
import 'dart:collection';
import 'package:fast_network_navigation/structs/trip.dart';
import 'package:fast_network_navigation/structs/landmark.dart';
import 'package:anyway/structs/trip.dart';
import 'package:anyway/structs/landmark.dart';
import 'package:shared_preferences/shared_preferences.dart';
Future<List<Trip>> loadTrips() async {