internal frontend implementation with keycloak authentication
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
export default function Home() {
|
||||
return (
|
||||
<div>
|
||||
Bilanzbuchhalter
|
||||
</div>
|
||||
);
|
||||
}
|
||||
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>
|
||||
);
|
||||
}
|
||||
7
internal_frontend/app/demo/kanzlei/rechtsanwalt/page.tsx
Normal file
7
internal_frontend/app/demo/kanzlei/rechtsanwalt/page.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
export default function Home() {
|
||||
return (
|
||||
<div>
|
||||
Rechtsanwalt
|
||||
</div>
|
||||
);
|
||||
}
|
||||
7
internal_frontend/app/demo/kanzlei/steuer/page.tsx
Normal file
7
internal_frontend/app/demo/kanzlei/steuer/page.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
export default function Home() {
|
||||
return (
|
||||
<div>
|
||||
Steuer
|
||||
</div>
|
||||
);
|
||||
}
|
||||
10
internal_frontend/app/demo/settings/page.tsx
Normal file
10
internal_frontend/app/demo/settings/page.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import {SidebarGroupLabel} from "@/components/ui/sidebar";
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
<div>
|
||||
<SidebarGroupLabel>Documents</SidebarGroupLabel>
|
||||
Settings
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user