8 lines
102 B
Ruby
8 lines
102 B
Ruby
# frozen_string_literal: true
|
|
|
|
module Widgets
|
|
class Peers
|
|
class Search < Text
|
|
end
|
|
end
|
|
end
|