master
# frozen_string_literal: true module Web module Views module Profile class Show include Web::View end end end end