summaryrefslogtreecommitdiff
path: root/qa/qa/page/dashboard/snippet/show.rb
blob: 73e6abe174f51e18d933e09093e61b26fc1a8715 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# frozen_string_literal: true

module QA
  module Page
    module Dashboard
      module Snippet
        class Show < Page::Base
          include Page::Component::Snippet
        end
      end
    end
  end
end