Skip to content

Commit 9eee67c

Browse files
committed
added hyperstack directory
1 parent ddfbef0 commit 9eee67c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
module Hyperstack
2+
module Internal
3+
module Component
4+
class << self
5+
def mounted_components
6+
@mounted_components ||= Set.new
7+
end
8+
end
9+
end
10+
end
11+
end

0 commit comments

Comments
 (0)