6 lines
83 B
Ruby
6 lines
83 B
Ruby
# frozen_string_literal: true
|
|
|
|
module Widgets
|
|
class VPanel < Container
|
|
end
|
|
end
|