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

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

}