diff --git a/lib/dotcom_web/components/trip_planner/start_or_end_place.ex b/lib/dotcom_web/components/trip_planner/start_or_end_place.ex index e94babe80c..a9dd633d59 100644 --- a/lib/dotcom_web/components/trip_planner/start_or_end_place.ex +++ b/lib/dotcom_web/components/trip_planner/start_or_end_place.ex @@ -7,9 +7,6 @@ defmodule DotcomWeb.Components.TripPlanner.StartOrEndPlace do import DotcomWeb.Components.TripPlanner.Place, only: [place: 1] - alias Routes.Route - alias Stops.Stop - attr :place, :map, required: true attr :time, :any, required: true attr :route, :map, default: nil