add ui view

This commit is contained in:
Sherwin Price
2025-12-22 20:58:10 -05:00
parent a89b720dc4
commit 491e64612f
10 changed files with 151 additions and 1 deletions

View File

@@ -7,4 +7,5 @@ plugins {
rootProject.name = 'inventorym'
include('Model')
include('Api')
include('Ui')
include('UiView')