mirror of
https://github.com/gitlabhq/gitlabhq.git
synced 2025-07-25 16:00:50 +00:00
9 lines
127 B
Ruby
9 lines
127 B
Ruby
# frozen_string_literal: true
|
|
|
|
module ReadmeHelper
|
|
# @return [Hash]
|
|
def vue_readme_header_additional_data
|
|
{}
|
|
end
|
|
end
|