Skip to content

Commit

Permalink
cleanup: Remove unused aliases (#2277)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshlarson authored Dec 19, 2024
1 parent cd4abee commit 1c3eedc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/dotcom_web/components/trip_planner/start_or_end_place.ex
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1c3eedc

Please sign in to comment.