refactor: update the app template for the console

- Update the basic libraries needed for the application
- Update README and configuration files
- Create the authz folder as the fist module for development
This commit is contained in:
Diana Olarte
2025-09-24 01:23:00 +10:00
committed by Adolfo R. Brandes
parent 199a622006
commit 885b408e71
22 changed files with 6752 additions and 2957 deletions

View File

@@ -0,0 +1,5 @@
const AuthZModule = () => (
<div>AuthZ Module</div>
);
export default AuthZModule;