# frozen_string_literal: true module Widgets class Peers < VPanel class Search < Text end end end