summaryrefslogtreecommitdiffhomepage
path: root/deprecated/components/07_indoor.rb
blob: 762c23979dcacce9159107a4ad03ccad2a0fa3d0 (plain)
1
2
3
4
5
6
# frozen_string_literal: true

class Components
  class Indoor < Helper::Level
  end
end