Umbau: header & businessListing

This commit is contained in:
2024-07-03 18:51:01 +02:00
parent 958f0afd9b
commit 1ccd1d174c
19 changed files with 246 additions and 304 deletions

View File

@@ -16,13 +16,4 @@ export class FooterComponent {
ngOnInit() {
initFlowbite();
}
// constructor(public keycloakService: KeycloakService) {}
// login() {
// this.keycloakService.login({
// redirectUri: window.location.href,
// });
// }
// register() {
// this.keycloakService.register({ redirectUri: `${window.location.origin}/account` });
// }
}