internal frontend implementation with keycloak authentication
This commit is contained in:
7
internal_frontend/app/demo/kanzlei/page.tsx
Normal file
7
internal_frontend/app/demo/kanzlei/page.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
export default function Home() {
|
||||
return (
|
||||
<div>
|
||||
Kanzlei
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user