Skip to content

Commit

Permalink
remove FA6 import
Browse files Browse the repository at this point in the history
  • Loading branch information
bwees committed Jul 30, 2024
1 parent 9df2fd4 commit bafe370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/map/MapView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import useAppStore from "../../data/app_state";
import BusMarker from "./markers/BusMarker";
import StopMarker from "./markers/StopMarker";
import { useVehicles } from "../../data/api_query";
import { FontAwesome6, Ionicons, MaterialCommunityIcons } from "@expo/vector-icons";
import { Ionicons, MaterialCommunityIcons } from "@expo/vector-icons";
import { decode } from "@googlemaps/polyline-codec";
import RoutePlanMarker from "./markers/RoutePlanMarker";

Expand Down

0 comments on commit bafe370

Please sign in to comment.