# frozen_string_literal: true

class Tramway::Landing::LinkDecorator < ::Tramway::Core::ApplicationDecorator
  def title; end

  def link; end
end