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:
committed by
Adolfo R. Brandes
parent
199a622006
commit
885b408e71
5
src/authz-module/index.tsx
Normal file
5
src/authz-module/index.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
const AuthZModule = () => (
|
||||
<div>AuthZ Module</div>
|
||||
);
|
||||
|
||||
export default AuthZModule;
|
||||
Reference in New Issue
Block a user