Split out string/number components

This commit is contained in:
Luke Street
2026-04-29 20:19:27 -06:00
parent ecd74a4cbd
commit 1657fe8083
9 changed files with 296 additions and 246 deletions
-3
View File
@@ -1,9 +1,6 @@
#include "component.hpp"
#include "aurora/lib/dolphin/gd/gd.hpp"
namespace dusk::ui {
static aurora::Module Log{"dusk::ui::component"};
Component::Component(Rml::Element* root) : mRoot(root) {}