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,4 +1,4 @@
// import "package:fast_network_navigation/structs/landmark.dart";
// import "package:anyway/structs/landmark.dart";
// class Linked<Landmark> {
// Landmark? head;

View File

@@ -1,4 +1,4 @@
import "package:fast_network_navigation/structs/landmark.dart";
import "package:anyway/structs/landmark.dart";
class Route {

View File

@@ -4,7 +4,7 @@
import 'dart:collection';
import 'dart:convert';
import 'package:fast_network_navigation/structs/landmark.dart';
import 'package:anyway/structs/landmark.dart';
import 'package:shared_preferences/shared_preferences.dart';
class Trip {