6 lines
78 B
Ruby
6 lines
78 B
Ruby
# frozen_string_literal: true
|
|
|
|
module Widgets
|
|
class Search < Text
|
|
end
|
|
end
|