app/components/primer/alpha/nav_list/divider.rb



# frozen_string_literal: true

module Primer
  module Alpha
    class NavList
      # :nodoc:
      class Divider < Beta::NavList::Divider
        status :deprecated
      end
    end
  end
end