add storage

This commit is contained in:
Benjamin Palko 2025-07-24 10:49:40 -04:00
parent 334c48e9b4
commit 743374628a
4 changed files with 60 additions and 0 deletions

View file

@ -104,6 +104,10 @@ Scope {
anchors.verticalCenter: parent.verticalCenter
}
Storage {
anchors.verticalCenter: parent.verticalCenter
}
Clock {
anchors.verticalCenter: parent.verticalCenter
}