Implemented Material UI Icons throughout GUI

This commit is contained in:
2025-04-01 18:25:24 -06:00
parent f9766478b0
commit feed26da98
3 changed files with 79 additions and 13 deletions

View File

@ -135,7 +135,8 @@ Run-Step "Install Material UI Libraries into ReactJS App" {
Run-Step "Build ReactJS App" {
Push-Location $webUIDestination
npm run build | Out-Null
#npm run build | Out-Null
npm run build
Pop-Location
}