refactor(landing): restructure landing page components and templates

This commit is contained in:
Jan-Marlon Leibl 2025-02-13 12:44:12 +01:00
parent 8514d6d73f
commit 9fe473302c
No known key found for this signature in database
GPG key ID: E7B6F77BF5EDB6F7
8 changed files with 475 additions and 244 deletions

View file

@ -7,7 +7,6 @@ import { environment } from '../../../environments/environment';
import { NgIf } from '@angular/common';
import {
MatDialogActions,
MatDialogClose,
MatDialogContent,
MatDialogRef,
MatDialogTitle,
@ -23,7 +22,6 @@ import { MatButton } from '@angular/material/button';
MatDialogTitle,
MatDialogContent,
MatDialogActions,
MatDialogClose,
MatButton,
],
templateUrl: './deposit.component.html',