summaryrefslogtreecommitdiffhomepage
path: root/deprecated/components/07_indoor.rb
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2021-06-12 03:15:59 -0400
committerrealtradam <[email protected]>2021-06-12 03:15:59 -0400
commit795cb85e284d6adc83d8a8770e1e2406322f4034 (patch)
tree1fe065f7f5ecfaf9bc34638cc5a5dd7fe848eb3e /deprecated/components/07_indoor.rb
parent6e9ff64fec30779eb894a617af95ce7815e3d1ca (diff)
downloadFelECS-795cb85e284d6adc83d8a8770e1e2406322f4034.tar.gz
FelECS-795cb85e284d6adc83d8a8770e1e2406322f4034.zip
file cleanup
Diffstat (limited to 'deprecated/components/07_indoor.rb')
-rw-r--r--deprecated/components/07_indoor.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/deprecated/components/07_indoor.rb b/deprecated/components/07_indoor.rb
new file mode 100644
index 0000000..e409da8
--- /dev/null
+++ b/deprecated/components/07_indoor.rb
@@ -0,0 +1,4 @@
+class Components
+ class Indoor < Helper::Level
+ end
+end