#include "cru/ui/controls/Container.h" #include "cru/ui/render/BorderRenderObject.h" namespace cru::ui::controls { Container::Container() : SingleChildControl(kControlName) {} } // namespace cru::ui::controls