1
0
Hannes Römer 2 жил өмнө
parent
commit
37f52effa2

+ 2 - 3
nicegui/elements/container.py

@@ -1,10 +1,9 @@
 import justpy as jp
 
-from .element import Element
-from ..auto_context import ContextMixin
+from .group import Group
 
 
-class Container(Element, ContextMixin):
+class Container(Group):
 
     def __init__(self, **kwargs):
         """QDiv Container"""