summaryrefslogtreecommitdiff
path: root/qa/qa/page/project/wiki/show.rb
blob: ac42405563a04d91a67ec422c949cbca78e4ca57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# frozen_string_literal: true

module QA
  module Page
    module Project
      module Wiki
        class Show < Base
          include Page::Component::Wiki
          include Page::Component::WikiSidebar
          include Page::Component::LazyLoader
        end
      end
    end
  end
end

QA::Page::Project::Wiki::Show.prepend_mod_with('Page::Project::Wiki::Show', namespace: QA)