3de1ee3f62
Import PrimeReact and PrimeIcons CSS libraries at the app entry point to ensure styling is loaded. This matches the Angular app which imports these libraries in angular.json. - primereact/resources/primereact.min.css: Base component styles - primeicons/primeicons.css: Icon library styles This fixes missing component styling that was relying only on custom overrides without the base theme.