aboutsummaryrefslogtreecommitdiff
path: root/ufund-ui/src/app/components/home-page/home-page.component.ts
blob: 95e8962d40ad6f65aea8be79b48ca9ab4b0cfdb2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
import {Component} from '@angular/core';

@Component({
    selector: 'app-home-page',
    standalone: false,
    templateUrl: './home-page.component.html',
    styleUrl: './home-page.component.css'
})
export class HomePageComponent {

}